yimo-vue-editor
Vue-editor component modified and encapsulated based on wangeditor2.5.11 source code.
Used in vue projects
npm instal yimo-vue-editor --save
<template>
<yimo-vue-editor v-model="text></yimo-vue-editor>
</template>
import YimoVueEditor from 'yimo-vue-editor'
export default {
components: {
YimoVueEditor
}
}
Global introduction and configuration
Parameter
- value
v-model Binding editor value - config
wangEditor2.0 config ,wangEditor docs - uploadHandler
The processing of the return value after the image is uploaded, successfully returns the url to be inserted, fails to return an error prompt or prompts in the hook, etc.
Modification
- delete Map menu code
- hide Emoticon menu
- fix Upload multiple image insertion order issues (replace after tag placement)
- add Link open state setting
- add Hook after uploading
Points to pay attention to
- ie9 upload image, upload using form+iframe, can't cross domain, and the return type needs to be text/html
- The log is printed as a global parameter, subject to the last setting