Relative Content

Tag Archive for typescriptvue.jsnuxt.js

try to set false value using UseQuery vue

I am learning vue at the moment. I’m trying to create a loader from the front end for a table, I set the value true first before getting results from the endpoint so that the loader can work in then after successfully getting data from the endpoint I have to set the loader value to false.

How to dynamically select primary colour in Nuxt UI?

I created a new nuxt project with nuxtui and the starter looks great. I can see that the primary color is being set in the app.config.ts file as below and changing the value of the primary property helps changing the primary color manually at the time of development.