kagg886 3 сар өмнө
parent
commit
ca7eb9154e

+ 0 - 1
src/components/markdown/index.vue

@@ -9,7 +9,6 @@ import { computed, defineComponent, h } from 'vue'
 import MarkdownIt from 'markdown-it';
 import { MarkdownPlugin } from '/@/components/markdown/types'
 import { parseDocument } from 'htmlparser2'
-import DOMPurify from 'dompurify'
 
 interface Props {
 	content: string