"getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?

深海里的星星i發表於2024-05-09

使用pinia時候遇到的問題

使用pinia store必須在 元件的 setup 裡面

vue-router路由檔案需要在路由鉤子裡面用

報錯之前程式碼--

把 const userStore = useUserStore()
放在了
router.beforeEach((to, from, next)
鉤子函式的
外面了

相關文章