nuxt / ui

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

UButton router problem? #1744

Closed whitersun closed 1 week ago

whitersun commented 2 weeks ago

Environment

Operating System: Windows 11 Browser: Brave Node Version: v18.16.0 Nuxt Version: 3.11.2 Package Manager: pnpm@9.0.6 Project Builder: Vite Nuxt 3

Version

latest

Reproduction

https://stackblitz.com/edit/nuxt-starter-tsbjea?file=pages%2Fstudent.vue

Description

I am working in windows system with Brave private browser.

in my statement problem currently when I added the UButton component and bind the to="/student" that I have student.vue in pages folders.

image

After save and test the result on browser, I got the big warning with not know how to solved, I wondering does this warning is my problem or something else?

image

Additional context

No response

Logs

No response

YIngChenIt commented 1 week ago

It should be the warning caused by your use of v-ripple.

moshetanzer commented 1 week ago

Thanks @YIngChenIt - that is the issue. @whitersun Going to close this for now, if you still need help can reopen.