no message

Former-commit-id: 15ad9c05579d01041b7249cd81eda4bbb4b2f85b
Former-commit-id: 25b3a6afc1d967fd474038767af4a347498a0d88
Former-commit-id: e368a69ee8117e3439542ae011181270b9c8dd71
This commit is contained in:
liyang
2018-06-10 09:17:28 +08:00
parent cde7d42c81
commit 0f37ec5374
7 changed files with 9 additions and 119 deletions

View File

@@ -6,13 +6,12 @@
title="基本示例"
url="https://github.com/quilljs/quill">
</PageHeader>
<QuillEditor
<d2-quill
style="min-height: 200px;"
v-model="value"
@text-change="textChangeHandler"
@selection-change="selectionChangeHandler"
@editor-change="editorChangeHandler">
</QuillEditor>
@editor-change="editorChangeHandler"/>
</el-card>
<el-card>
<template slot="header">输出</template>

View File

@@ -6,10 +6,9 @@
title="基本示例"
url="https://github.com/sparksuite/simplemde-markdown-editor">
</PageHeader>
<SimpleMDE
<d2-mde
v-model="text"
class="mde">
</SimpleMDE>
class="mde"/>
</el-card>
<el-card>
<template slot="header">输出</template>