kagg886 3 ماه پیش
والد
کامیت
ca7eb9154e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/components/markdown/index.vue

+ 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