in my package.json. But as you can see in my environment when I runnpx nuxi infoit says my nuxt version isNuxt Version: 2.15.0which makes me a lot of problems such as getting the errordefineNuxtConfig is not definedis not defined in mynuxt.config....
In addition, I also need to intercept the routing api, I was in default.vue used afterEach after using the routing method, but I think this is not a good solution, hope to give better suggestions, thank you. like this: router: { linkActiveClass: 'active-link', scrollBehavior(to, from...