Former-commit-id: dfc77cd17aedce875df31558b542b51292523ec4 Former-commit-id: 922f537930900e25d35893e47afcadf85a21eed4 Former-commit-id: 51edf364d8f7801f138bd97b966639d11964bbd6
13 lines
283 B
Vue
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>
|