K1nggor
Nuxt 3 + Vuetify 3 + nuxt-vitest - vitest shows error on launch
This seems to be caused by the Layout. I have 2 layouts. I use the layout login for this page and I have a default layout. The default layout seems to break a page using the login layout.
5 replies
Does anyone have clean instructions to include Vuetify?
There are several examples in the web. Here is one that works great for me: https://www.the-koi.com/projects/how-to-set-up-a-project-with-nuxt3-and-vuetify3-with-a-quick-overview/. The sad thing is that the vuetify CSS variables are all imported in the application causing a minor performance problem. It's under work on the vuetify side.
3 replies
How to access useStrapi from server api folder?
composables can only be used in setup functions or script setup. If you want to call strapi you will need to use something else and maybe implement the strapi client core package : https://www.npmjs.com/package/strapi-client-core. In your server utils
3 replies