Refactor menu.ts imports.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import { onMounted, ref, watch } from 'vue'
|
import { ref, shallowRef, watch } from 'vue'
|
||||||
import { defineStore } from 'pinia'
|
import { defineStore } from 'pinia'
|
||||||
import { useRoute, useRouter } from 'vue-router'
|
import { useRoute, useRouter } from 'vue-router'
|
||||||
import { convertRouteToMenu } from '@/utils/route'
|
import { convertRouteToMenu } from '@/utils/route'
|
||||||
|
Reference in New Issue
Block a user