qb1t
Explore posts from serversNuxtUI v2 make primary color black
Hi I am using nuxt ui v2 in my project and I want my app to be light theme with black elements on it, but I am not able to change my primary color to just black (or any other color) I don't know what to do, it looks like if the ui library was just completely ignoring my app config.
My debug app config that doesn't work:
app.config.ts
Even with this the primary color is still green
6 replies
Help with CORS
Hi so I need my website to load resources from an external api on client side
Things I tried:
using the built-in
$fetch()
method but I'm getting cors errors
using the @nuxtjs/axios
module but that doesn't even allow nuxt to start
using normal axios
and configuring it like this
I'm out of ideas what can I do?3 replies