pile
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
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
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