kc980602

Results 8 comments of kc980602

Hi, I am getting warning when upgrading to 8.0.0-rc.1 from 7.0.5, my implementation is same as the readme guide /!\ You are using legacy implementaion. Please update your code: use...

https://github.com/ChangJoo-Park/vue-editor-js/issues/64#issuecomment-702019499

1. run `npm i --save-dev @editorjs/personality` 2. ``` Demo import { Editor } from 'vue-editor-js'; import Personality from '@editorjs/personality' export default { components: { Editor }, data () { return...

![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 error log from the console?

perhaps try change to the following import Editor from 'vue-editor-js'

> My god, i thought just me got an issue. I spent for hours to install but the log always show: module not found. Even i changed to vue-editor-js/src/index, it...

I think you need to npm i the header tool check this [https://github.com/ChangJoo-Park/vue-editor-js/blob/master/demo/Demo.vue](https://github.com/ChangJoo-Park/vue-editor-js/blob/master/demo/Demo.vue)

For those who would like to remove MS prefix ``` import { charat, combine, copy, DECLARATION, hash, indexof, KEYFRAMES, match, MOZ, replace, RULESET, serialize, strlen, WEBKIT } from 'stylis' /**...