Decisive Lieutenant
Decisive Lieutenant
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