K1nggor
K1nggor
NNuxt
Created by K1nggor on 4/23/2024 in #❓・help
Is it possible to disable Suspense in Nuxt 3?
How can I patch the logging function ?
5 replies
NNuxt
Created by K1nggor on 6/8/2023 in #❓・help
Nuxt 3 + Vuetify 3 + nuxt-vitest - vitest shows error on launch
Thanks for the answer. I managed to move the default layout to a "logged" layout. It fixed it until the real fix comes.
5 replies
NNuxt
Created by K1nggor on 6/8/2023 in #❓・help
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
NNuxt
Created by Business of Technology on 12/12/2022 in #❓・help
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
NNuxt
Created by K1nggor on 12/5/2022 in #❓・help
Nuxt 3 server directory and server middlewares
Those are client middlewares. They are different from server middlewares 😢
3 replies
NNuxt
Created by TOMOLAI on 11/27/2022 in #❓・help
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