Ponkhy
Ponkhy
NNuxt
Created by Ponkhy on 3/13/2025 in #❓・help
Custom Colors in Nuxt UI v3
Also what is the difference between these? @import 'tailwindcss' theme(static); @import 'tailwindcss';
7 replies
NNuxt
Created by Ponkhy on 3/13/2025 in #❓・help
Custom Colors in Nuxt UI v3
It doesn't work, the following element does not have the newcolor:
<p class="text-(--ui-primary)">Test</p>
<p class="text-(--ui-primary)">Test</p>
7 replies
NNuxt
Created by Ponkhy on 11/25/2024 in #❓・help
useFetch doesn't send new query
Thank you, I'll keep that in mind!
10 replies
NNuxt
Created by Ponkhy on 11/25/2024 in #❓・help
useFetch doesn't send new query
Well this helped const selectedTypeIds = computed(() => selectedTypes.value.map(type => type.id)). Can someone explain me why that's the case?
10 replies