10 lines
298 B
Vue
10 lines
298 B
Vue
|
|
<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>
|