no message
Former-commit-id: c7068d628c54259c552acad26b57ffa98070f0ea Former-commit-id: b568327d2b0e2e17bbc03e2572834d27618600cc Former-commit-id: 67f27c5a966bf109d15a933195a5e2fd78c57524
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<Container type="ghost">
|
||||
<el-card class="dd-mb">
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="基本示例"
|
||||
url="https://github.com/quilljs/quill">
|
||||
</PageHeader>
|
||||
<QuillEditor
|
||||
style="min-height: 200px;"
|
||||
v-model="value"
|
||||
@@ -9,8 +14,8 @@
|
||||
@editor-change="editorChangeHandler">
|
||||
</QuillEditor>
|
||||
</el-card>
|
||||
<p>输出</p>
|
||||
<el-card>
|
||||
<template slot="header">输出</template>
|
||||
<Highlight :code="formated"></Highlight>
|
||||
</el-card>
|
||||
</Container>
|
||||
|
||||
@@ -1,12 +1,15 @@
|
||||
<template>
|
||||
<Container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="基本示例"
|
||||
url="https://github.com/sparksuite/simplemde-markdown-editor">
|
||||
</PageHeader>
|
||||
<div style="margin-bottom: -16px;">
|
||||
<SimpleMDE></SimpleMDE>
|
||||
</div>
|
||||
<Container type="ghost">
|
||||
<el-card class="dd-mb">
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="基本示例"
|
||||
url="https://github.com/sparksuite/simplemde-markdown-editor">
|
||||
</PageHeader>
|
||||
<SimpleMDE style="margin-bottom: -16px;"></SimpleMDE>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<template slot="header">输出</template>
|
||||
</el-card>
|
||||
</Container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user