Skip to content

Commit

Permalink
feat: 优化markdown示例:加上文件上传优化展示demo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Nov 7, 2022
1 parent 8da0f85 commit 97c7d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/components/editor/markdwonEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<script setup lang="ts" name="MarkdwonEditor">
import 'md-editor-v3/lib/style.css';
import MdEditor from 'md-editor-v3';
import { useSettingStore } from '@/store';
const setting = useSettingStore();
const md = ref(`## 😲 md-editor-v3
Expand Down

0 comments on commit 97c7d14

Please sign in to comment.