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,6 +1,5 @@
<template> <template>
<d2-container type="ghost"> <d2-container>
<el-card class="d2-mb">
<d2-demo-page-header slot="header" title="基本示例"/> <d2-demo-page-header slot="header" title="基本示例"/>
<d2-quill <d2-quill
style="min-height: 200px;" style="min-height: 200px;"
@@ -8,11 +7,7 @@
@text-change="textChangeHandler" @text-change="textChangeHandler"
@selection-change="selectionChangeHandler" @selection-change="selectionChangeHandler"
@editor-change="editorChangeHandler"/> @editor-change="editorChangeHandler"/>
</el-card>
<el-card>
<template slot="header">输出</template>
<d2-highlight :code="formated"/> <d2-highlight :code="formated"/>
</el-card>
</d2-container> </d2-container>
</template> </template>