Ponkhy
Custom Colors in Nuxt UI v3
Hello,
I'm trying out Nuxt UI v3 now and I'm not able to introduce new colors like I've done in v2.
In v2 I just have done the following:
tailwind.config.ts:
app.config.ts:
Does anyone have an idea how I could resolve the issue?
7 replies
useFetch doesn't send new query
Hello, unfortunately I couldn't really find a simple answer to my problem.
I have this
useFetch
:
selectedTypes
is an array of multiple selected items of a USelectMenu
Nuxt UI element and search
a storeToRefs
from Pinia.
If a change search
the new value of it will properly be send to the API, but if I select something else in selectedTypes
it will always use the first value and not the updated one.
I'm also watching both values and refresh them like this:
How can I active selectedTypes
being send properly withe changed value without much overhead?10 replies