Closed juretopolak closed 3 days ago
Nuxt
v3.0.0-alpha.8
Clone app with v3.0.0-alpha.7 which shows app/app.vue as expected:
git clone https://github.com/juretopolak/nuxt-ui3-toasts.git cd nuxt-ui3-toasts pnpm i pnpm dev
Update nuxt ui to v3.0.0-alpha.8:
pnpm add @nuxt/ui@3.0.0-alpha.8 pnpm dev
WARN [Vue Router warn]: No match found for location with path "/"
After updating tov3.0.0-alpha.8 component app/app.vue isn't showing on the "home page" URL / like it should.
I have noticed that if for example app/pages/index.vue exists... then /app/app.vue is showing.
v3.0.0-alpha.7
Duplicate nuxt/ui#2558. This has already been fixed and will be released later today.
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.8
Reproduction
Clone app with v3.0.0-alpha.7 which shows app/app.vue as expected:
Update nuxt ui to v3.0.0-alpha.8:
WARN [Vue Router warn]: No match found for location with path "/"
Description
After updating tov3.0.0-alpha.8 component app/app.vue isn't showing on the "home page" URL / like it should.
I have noticed that if for example app/pages/index.vue exists... then /app/app.vue is showing.
Additional context
v3.0.0-alpha.7
v3.0.0-alpha.8
Logs