1.0.2 • Published 6 years ago

vue-editor-markdown v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

vue-editor-markdown

Markdown editor build for Vue.

Installation

npm

$ npm install vue-editor-markdown --save

Usage

import Vue from 'vue';
import VueEditorMarkdown from 'vue-editor-markdown';

Vue.use(VueEditorMarkdown);
<vue-editor-markdown></vue-editor-markdown>

props

proptypedefaultdescribe
showPreviewBooleantrueenable html preview
isPreviewBooleanfalseenable markdown edit
isFullScreenBooleanfalsefull screen
navColorStringnullnavigation text color
backgroundColorStringnullnavigation and markdown editor background color
borderColorStringnulleditor border color
v-modelObject{markdown: '', html: ''}value
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago