dxxta
Results
2
comments of
dxxta
it works for me : >"nuxt": "^2.15.8" _plugins/utils.client.js_ : ``` import Vue from 'vue' import flowbite from 'flowbite' Vue.use(flowbite) ``` _nuxt.config.js_ : ``` plugins: [ { src: '~/plugins/utils.client.js', ssr: false...
i faced the same issue a hour ago and solved now. Based on my experience, there is few things you have to check: - make sure that you already setup...