{"library":"vue-ueditor-wrap","type":"library","category":null,"description":"Vue UEditor Wrap is a Vue.js component that integrates Baidu's UEditor, a widely-used rich-text editor in China, into Vue applications. It provides two-way data binding through `v-model`, significantly simplifying UEditor's usage by abstracting away manual initialization and content management (like `getContent` and `setContent` calls). The package is divided into major versions for Vue compatibility: `vue-ueditor-wrap@2.x` supports Vue 2, while `vue-ueditor-wrap@3.x` supports Vue 3. The version 2.5.6 is primarily for Vue 2, with version 3.0.8 being a recent stable release for Vue 3. Its release cadence is irregular, driven by necessary adaptations to new Vue versions and ecosystem changes, rather than active development of the core UEditor. A key differentiator is its ability to dynamically load UEditor's static resources, enabling on-demand loading and mitigating performance impacts. This wrapper addresses the challenge of using an older, feature-rich editor in modern Vue environments, despite the underlying UEditor itself being largely unmaintained by Baidu since 2016.","language":"javascript","status":"maintenance","version":"2.5.6","tags":["javascript","ueditor","vue","v-model","富文本编辑器","百度编辑器"],"last_verified":"Wed May 27","install":[{"cmd":"npm install vue-ueditor-wrap","imports":["import VueUeditorWrap from 'vue-ueditor-wrap';","import { createApp } from 'vue';\nimport VueUeditorWrap from 'vue-ueditor-wrap';\n\nconst app = createApp(App);\napp.use(VueUeditorWrap).mount('#app');","import Vue from 'vue';\nimport VueUeditorWrap from 'vue-ueditor-wrap';\n\nVue.component('vue-ueditor-wrap', VueUeditorWrap);"]},{"cmd":"yarn add vue-ueditor-wrap","imports":[]},{"cmd":"pnpm add vue-ueditor-wrap","imports":[]}],"homepage":null,"github":"https://github.com/HaoChuan9421/vue-ueditor-wrap","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vue-ueditor-wrap","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/vue-ueditor-wrap/compatibility"}}