Open thg303 opened 4 years ago
(I'm sorry, I'm bad at English.) hi! i'm same issues.
i'm try this pattern , bad not work....
try this pattern and please result report
yarn add vue-spinkit
yarn add vue-runtime-helpers
plugins/plugin.js (new)
import Vue from 'vue'
import Spinner from 'vue-spinkit'
Vue.component('Spinner', Spinner)
nuxt.config
plugins: [
'@plugins/plugin',
],
Documentations are for Vue, any idea how to use this with nuxt.js?