11.0.0 • Published 4 years ago

vuejs-editor v11.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

vuejs-editor

源码参考:

Vue-editor component based on wangeditor2.5.11 wrapper wangEditor docs:https://www.kancloud.cn/wangfupeng/wangeditor2/113961 https://github.com/yimogit/yimo-vue-editor#readme

Used in vue projects

npm install vuejs-editor --save

<template>
  <vuejs-editor v-model="text></vuejs-editor>
</template>

import vuejsEditor from 'vuejs-editor'
export default {
  components: {
    vuejsEditor
  }
  data: {
    editConfig:
  }
}
10.0.0

4 years ago

11.0.0

4 years ago

8.0.0

4 years ago

9.0.0

4 years ago

6.0.0

4 years ago

5.0.0

4 years ago

4.1.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago