no message
Former-commit-id: dfc77cd17aedce875df31558b542b51292523ec4 Former-commit-id: 922f537930900e25d35893e47afcadf85a21eed4 Former-commit-id: 51edf364d8f7801f138bd97b966639d11964bbd6
This commit is contained in:
12
src/pages/demo/plugins/editor/simpleMDE/demo.vue
Normal file
12
src/pages/demo/plugins/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