MOULI KRISHNA

Results 5 comments of MOULI KRISHNA

> When I use the instructions "Local import", I get this error: > `"Error: [vue-composition-api] must call Vue.use(plugin) before using any function."` Same here

Tools not working, please help how to fix this ``` Demo import { Editor } from 'vue-editor-js'; export default { components: { Editor }, data () { return { config:...

> 1. run `npm i --save-dev @editorjs/personality` > > ``` > > > Demo > ref="editor" > :config="config" > personality > /> > > > > import { Editor }...

> ![image](https://user-images.githubusercontent.com/29748339/95673699-b5296900-0bdd-11eb-99ea-8e11833f0cd4.png) > Tested you code, it works for me, not sure what's your problem... > > did you installed the package? > what's your package.json looks like? > any...

> perhaps try change to the following > import Editor from 'vue-editor-js' After change import Editor from 'vue-editor-js' import Header from '@editorjs/header'; Error in console ![image](https://user-images.githubusercontent.com/14345920/95675687-a68b8380-0bd6-11eb-9b07-97cf0ebc6151.png)