-
# Nuxt.js 3.x Middleware 目錄-監聽路由變化 - Claire's Notes
Middleware 為 Nuxt 內的路由守衛(Navigation Guards),相當於 Vue Router 內的 beforeEach callback,協助我們在進到頁面前進行事件處理(例如權限檢查)
[https://clairechang.tw/2023/09/05/nuxt…
-
### Describe the problem
Please bear with me for a minute, explaining the rationale requires a bit of context.
I'm working on a (FOSS) SvelteKit-based ebook library app. It is built to run on all …
-
**🐛 The bug**
When use useAsync method in setup function, it puts loaded data in `window.nuxt.ssrRefs`
https://github.com/nuxt-community/composition-api/blob/77e289134e9ed2b7d7f0efa165f6a23a5c8b19…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v14.17.6`
- Nuxt Version: `2.15.8`
- Package Manager: `npm@6.14.15`
- Bundler: `Webpack`
- User Config: `ssr`…
-
hello, I am using Nuxt and I want to track event in router middleware.
However this.$keen is not available in the middleware. What can I do?
Here is an example of the router middleware:
https…
-
i have a nuxt app which i'm using nuxt auth module authentication works fine on my local machine but when deployed on live server authentication doesn't get to work
my login component
```
expo…
-
### Environment
Ubuntu
Node v18.17.1
### Reproduction
https://github.com/imcm7/nitro-db
### Describe the bug
- When I use nitrojs only and make changes in server's code Nitrojs is build fast, …
-
![Screenshot-2024-08-08_13:23:28](https://github.com/user-attachments/assets/0ef5efd4-6981-484b-aff5-998fc8b77004)
-
Hello, I just created a brand new `nuxt` app and setup this package but no manifest.json is detected. Specifically I am using `"nuxt": "^3.5.2"` and `"@vite-pwa/nuxt": "^0.1.0"`. I have setup `vite-pw…
-
### Your Question
hey guys
i use this, works for first view page in nuxt 3 but after page change and back to page get this error
`Uncaught (in promise) DOMException: Failed to execute 'define…