diff --git a/src/stores/menu.ts b/src/stores/menu.ts index fc70432..2976177 100644 --- a/src/stores/menu.ts +++ b/src/stores/menu.ts @@ -1,4 +1,4 @@ -import { onMounted, ref, watch } from 'vue' +import { ref, shallowRef, watch } from 'vue' import { defineStore } from 'pinia' import { useRoute, useRouter } from 'vue-router' import { convertRouteToMenu } from '@/utils/route'