Skip to content

Commit 4982751

Browse files
committed
Temporarily fix a Inertia + Nuxt UI button bug
Buttons are treated as links, breaking forms. Fixed in nuxt/ui#3989, but un-released as of now.
1 parent 0c7439f commit 4982751

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@inertiajs/vue3": "^2.0.0",
27-
"@nuxt/ui": "^3.1.1",
27+
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@999a0f8",
2828
"@tailwindcss/vite": "^4.1.1",
2929
"@vitejs/plugin-vue": "^5.2.1",
3030
"@vueuse/core": "^12.8.2",

0 commit comments

Comments
 (0)