Cake
Cake
Explore posts from servers
NNuxt
Created by ægteemil on 11/22/2024 in #❓・help
Testing with i18n and vitest
thank you, that worked
10 replies
NNuxt
Created by ægteemil on 11/22/2024 in #❓・help
Testing with i18n and vitest
@ægteemildid u ever manage to solve this? I'm currently having the same exact issue
10 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
and what you mean hooks
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
depends on what you're trying to do
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
those will run once
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
look up nuxt plugins
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
not a nuxt middelware
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
a nuxt plugin
38 replies
NNuxt
Created by Adnan Erlansyah on 1/14/2025 in #❓・help
How to make a middleware Check Permission to access some page
a plugin
38 replies
NNuxt
Created by Jox on 11/5/2024 in #❓・help
Template ref "refName" used on a non-ref value. It will not work in the production build.
will cause that error
10 replies
NNuxt
Created by Jox on 11/5/2024 in #❓・help
Template ref "refName" used on a non-ref value. It will not work in the production build.
so
const shippingForm = ref({...})
const formRef = useTemplateRef('shippingForm')

<form ref="shippingForm" />
const shippingForm = ref({...})
const formRef = useTemplateRef('shippingForm')

<form ref="shippingForm" />
10 replies
NNuxt
Created by Jox on 11/5/2024 in #❓・help
Template ref "refName" used on a non-ref value. It will not work in the production build.
looks like u have another variable called shippingForm
10 replies
NNuxt
Created by eyJOdnJHb25uYSI6Imd2VXVwIn0= on 10/26/2024 in #❓・help
How to get TailwindCSS IntelliSense working in NuxtUI v3?
- make sure you have a config file in your root - try upgrading/downgrading the tailwind vscode extension
13 replies
NNuxt
Created by Dobby on 10/26/2024 in #❓・help
@nuxtjs/i18n - Vue: __VLS_ctx.$t is of type unknown
@Morpheus
11 replies
NNuxt
Created by Dobby on 10/26/2024 in #❓・help
@nuxtjs/i18n - Vue: __VLS_ctx.$t is of type unknown
@Dobby
11 replies
NNuxt
Created by Dobby on 10/26/2024 in #❓・help
@nuxtjs/i18n - Vue: __VLS_ctx.$t is of type unknown
if you have other modules installed try commenting them out one by one, I've had similar issues in the past (not with vue-i18n) that was caused by some unrelated module messing up with types.
11 replies
NNuxt
Created by Pawieplays on 10/1/2024 in #❓・help
useAsyncData dual call issue. One in the client side and server side?
consider showing code?
4 replies
NNuxt
Created by hz2222 on 9/30/2024 in #❓・help
detect if a user is active
you could probably use something like https://vueuse.org/core/useIdle/#useidle
4 replies
NNuxt
Created by maroo on 9/11/2024 in #❓・help
Is it safe to use useFetch() inside a function?
why do you want to useFetch inside the function? in ur code is it a custom useFetch wrapper? or because you perhaps want the loading state to be handled automatically?
6 replies