1.0.2 • Published 7 years ago

vue-editor-markdown v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago