Files
mes-ui-d2/src/pages/demo/plugins/simpleMDE/demo.vue

10 lines
298 B
Vue
Raw Normal View History

<template>
<Container>
<!-- <template slot="title">演示</tempalte> -->
<p slot="more"><GithubLink url="https://github.com/sparksuite/simplemde-markdown-editor"></GithubLink></p>
<div style="margin-bottom: -16px;">
<SimpleMDE></SimpleMDE>
</div>
</Container>
</template>