no message

Former-commit-id: d747b364206f49771b684b45593f5e8689cefe26
Former-commit-id: db685aa368779e99b7ad57411d71adf68d36e70b
Former-commit-id: 999b9e8746566ba2180cdd9cbe0ec32554ee5bcf
This commit is contained in:
liyang
2018-06-11 14:30:30 +08:00
parent 8c8bb1868a
commit e1a6ad21a1

View File

@@ -1,18 +1,13 @@
<template>
<d2-container type="ghost">
<el-card class="d2-mb">
<d2-demo-page-header slot="header" title="基本示例"/>
<d2-quill
style="min-height: 200px;"
v-model="value"
@text-change="textChangeHandler"
@selection-change="selectionChangeHandler"
@editor-change="editorChangeHandler"/>
</el-card>
<el-card>
<template slot="header">输出</template>
<d2-highlight :code="formated"/>
</el-card>
<d2-container>
<d2-demo-page-header slot="header" title="基本示例"/>
<d2-quill
style="min-height: 200px;"
v-model="value"
@text-change="textChangeHandler"
@selection-change="selectionChangeHandler"
@editor-change="editorChangeHandler"/>
<d2-highlight :code="formated"/>
</d2-container>
</template>