Decisive Lieutenant
Decisive Lieutenant
NNuxt
Created by Decisive Lieutenant on 3/4/2025 in #❓・help
How to delay validation until the submit button is clicked in UI V3 ?
It seems like there is only possiblity of validating in either of blur, change, or input events. But I wanna do it on submit Event only.
8 replies
NNuxt
Created by Decisive Lieutenant on 3/3/2025 in #❓・help
How can i build the forked nuxt modules locally?
I forked a nuxt module and customized few things and now I want to build and use it locally inside the modules directory. I tried npm run build but it doesn’t generate dist files; rather generates .output. What should i do to generate the dist files?
6 replies
NNuxt
Created by Decisive Lieutenant on 1/29/2025 in #❓・help
v3 UI alpha throws typescript error [plugin:vite:vue] [@vue/compiler-sfc] Failed to resolve extends
The error is coming from the Button component in line 65 as given below. How can I reslove this issue? I am using latest nuxt and yarn as the package manager ERROR Internal server error: [@vue/compiler-sfc] Failed to resolve extends base type. 6:18:59 PM If this previously worked in 3.2, you can instruct the compiler to ignore this extend by adding /* @vue-ignore / before it, for example: interface Props extends / @vue-ignore */ Base {} Note: both in 3.2 or with the ignore, the properties in the base type are treated as fallthrough attrs at runtime. /Users/gitamgadtaula/Desktop/work/grt/projects/nuxt3/node_modules/@nuxt/ui/dist/runtime/components/Button.vue 63 |
64 | const loadingAutoState = ref(false) 65 | const formLoading = inject<Ref<boolean> | undefined>(formLoadingInjectionKey, undefined)
9 replies
NNuxt
Created by Decisive Lieutenant on 4/4/2023 in #❓・help
Is useAxios from VueUse/integrations SSR friendly? I didn't see anything mentioned in the docs.
2 replies
NNuxt
Created by Decisive Lieutenant on 4/2/2023 in #❓・help
Hi, is there any way I can disable caching in usefetch?
I am in development mode and I need to call the usefetch several time for testing and not being able to watch it in network console after refreshing gets extremely frustrating . I checked the docs, but there is no such thing. Can anyone point me to right direction?
9 replies