Files
mes-ui-d2/src/pages/demo/plugins/editor/simpleMDE/demo.vue
李杨 f62e3821fb no message
Former-commit-id: dfc77cd17aedce875df31558b542b51292523ec4
Former-commit-id: 922f537930900e25d35893e47afcadf85a21eed4
Former-commit-id: 51edf364d8f7801f138bd97b966639d11964bbd6
2018-02-16 21:11:17 +08:00

13 lines
283 B
Vue

<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>