Open
Description
After upgrading to Nuxt version 3.14.159
, I encounter persistent router warnings on a cold start related to the resolution of virtual Sass modules provided by Vuetify. These warnings do not appear on subsequent hot reloads, but they show up consistently after a full restart (cold start). This issue seems to be similar to the one described in vuetifyjs/nuxt-module#150
WARN [Vue Router warn]: No match found for location with path "/_nuxt/virtual:plugin-vuetify:components/VCard/VCard.sass"
WARN [Vue Router warn]: No match found for location with path "/_nuxt/virtual:plugin-vuetify:components/VAvatar/VAvatar.sass"
WARN [Vue Router warn]: No match found for location with path "/_nuxt/virtual:plugin-vuetify:components/VChip/VChip.sass"
...
My package versions:
{
"@nuxt/vite-builder": "^3.14.159",
"nuxt": "^3.14.159",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuetify": "^3.7.4"
}
Metadata
Metadata
Assignees
Labels
No labels