【issues/872】MarkdownViewer组件无样式
parent
4c61aa136a
commit
37521946f8
|
@ -8,7 +8,7 @@
|
|||
<script lang="ts" setup>
|
||||
import { computed } from 'vue';
|
||||
import showdown from 'showdown';
|
||||
|
||||
import 'vditor/dist/index.css';
|
||||
const converter = new showdown.Converter();
|
||||
converter.setOption('tables', true);
|
||||
const props = defineProps({
|
||||
|
|
Loading…
Reference in New Issue