no message
Former-commit-id: 196fc8db5a9a4e66b5f388d847b6c1306d8b7768 Former-commit-id: 91997cb1f13cb44bd1815495f931bf6a9e246b90 Former-commit-id: 63a20a9861a8ab059fd7feebca13a0a14c7dec50
This commit is contained in:
12
src/pages/demo/components/editor/simpleMDE/demo.vue
Normal file
12
src/pages/demo/components/editor/simpleMDE/demo.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<Container>
|
||||
<PageHeader
|
||||
slot="header"
|
||||
title="基本示例"
|
||||
url="https://github.com/sparksuite/simplemde-markdown-editor">
|
||||
</PageHeader>
|
||||
<div style="margin-bottom: -16px;">
|
||||
<SimpleMDE></SimpleMDE>
|
||||
</div>
|
||||
</Container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user