👀Vue Wysiwyg
A simple wysiwyg editor for Vue.js by MYCURE Inc.
Install
NPM
$ npm install @mycure/vue-wysiwygYarn
$ yarn add @mycure/vue-wysiwygCDN
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script src="https://unpkg.com/@mycure/vue-wysiwyg/dist/mc-wysiwyg.js"></script>
<script>
Vue.use(McWysiwyg.default);
new Vue({
el: '#app',
});
</script>Usage
As a global plugin
As a local component
Props
height - Number - Sets the min-height of the editor container.
height - Number - Sets the min-height of the editor container.Sample
property
type
default
Incoming Features
Last updated
Was this helpful?