fix: remove simplemde

This commit is contained in:
FairyEver
2022-08-23 21:55:00 +08:00
parent e2ed7e95fd
commit dd99b57b6e
8 changed files with 29141 additions and 6666 deletions

View File

@@ -1,27 +0,0 @@
<template>
<d2-container>
<d2-mde
v-model="text"
class="mde"/>
<el-card shadow="never" class="d2-card">
<pre>{{text}}</pre>
</el-card>
</d2-container>
</template>
<script>
import text from './text'
export default {
data () {
return {
text
}
}
}
</script>
<style lang="scss" scoped>
.mde {
margin-bottom: -16px;
}
</style>

View File

@@ -1,10 +0,0 @@
export default `# 标题
- 列表
- 列表
\`\`\`
alert('Hello')
\`\`\`
[D2Admin in github](https://github.com/d2-projects/d2-admin)`