nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.11k stars 542 forks source link

Version v3.0.0-alpha.8 prevents app/app.vue to show on url path / #2688

Closed juretopolak closed 3 days ago

juretopolak commented 3 days ago

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:

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 "/"

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

Image

v3.0.0-alpha.8

Image

Logs

benjamincanac commented 3 days ago

Duplicate nuxt/ui#2558. This has already been fixed and will be released later today.