pile
pile
NNuxt
Created by pile on 7/1/2024 in #❓・help
Typescript errors after building for production
Hey @Nathan Chase , you got it right. My tsconfig “include” option was messing up everything
5 replies
NNuxt
Created by pile on 7/1/2024 in #❓・help
Typescript errors after building for production
I tried changing the nuxt version to 3.12.2 but to no avail.
5 replies
NNuxt
Created by Supageek on 5/1/2024 in #❓・help
Unocss + primevue
Actually I found out I wasn't using the usePassthrough() function recommended in this github discussion https://github.com/primefaces/primevue-nuxt-module/issues/6#issuecomment-1776263960. I hope they put it out on the docs because changing the order of the css layers didn't work out for me. I'm not sure this is the best solution because now I have to define the mergeSections and mergeProps for every Prime component
6 replies
NNuxt
Created by cak malik on 5/13/2024 in #❓・help
Can't use ref for focus input (SOLVED)
Have you tried using the vueuse useFocus composable? https://vueuse.org/core/useFocus/ It may be easier because it watches the ref automatically if it's not null, and then places focus on the element. You can set initial focus on it as described in that documentation
11 replies
NNuxt
Created by Supageek on 5/1/2024 in #❓・help
Unocss + primevue
@Supageek Just the same as you, the primevue styles also aren’t being applied. I’ve tried using the cssLayerorder they recommend but it’s not working
6 replies
NNuxt
Created by Supageek on 5/1/2024 in #❓・help
Unocss + primevue
Hey @Supageek , were you able to solve this? I also have the same issue but I'm only using Tailwind and Primevue. The CSS layer order they recommend in their github examples:https://github.com/primefaces/primevue-examples/tree/main also don't work This happened after upgading from Nuxt 3.7 to Nuxt 3.10.
6 replies