Closed dotneet closed 6 years ago
I want to use this package in Nuxt.js. But I've got a error below.
TypeError: Vue.component is not a function
I think src/index.js need to add this line
src/index.js
const Vue = require('vue')
I found the solution. thanks.
import {VueCkeditor} from 'vue-ckeditor2' Vue.component('vue-ckeditor', VueCkeditor)
I want to use this package in Nuxt.js. But I've got a error below.
I think
src/index.js
need to add this line