api接口文档开发

This commit is contained in:
暮光:城中城
2022-01-30 11:06:48 +08:00
parent c13fb2cae4
commit 5bb604ebe3
4 changed files with 48 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<template>
<mavon-editor ref="mavonEditor" v-model="shareInstruction" :toolbars="toolbars"
:externalLink="false" @imgAdd="addMarkdownImage" :imageFilter="imageFilter"
style="height: 100%;"
style="height: calc(100vh - 80px);"
placeholder="请录入开放文档说明"/>
</template>