chore: remove unused dependence

This commit is contained in:
KUN1007 2023-09-01 20:09:09 +08:00
parent 42bc64aa03
commit 8926d6e323
3 changed files with 4 additions and 1935 deletions

View file

@ -18,35 +18,11 @@
"preview": "vite preview"
},
"dependencies": {
"@milkdown/core": "^7.3.0",
"@milkdown/ctx": "^7.3.0",
"@milkdown/plugin-clipboard": "^7.3.0",
"@milkdown/plugin-cursor": "^7.3.0",
"@milkdown/plugin-emoji": "^7.3.0",
"@milkdown/plugin-history": "^7.3.0",
"@milkdown/plugin-indent": "^7.3.0",
"@milkdown/plugin-listener": "^7.3.0",
"@milkdown/plugin-math": "^7.3.0",
"@milkdown/plugin-prism": "^7.3.0",
"@milkdown/plugin-slash": "^7.3.0",
"@milkdown/plugin-tooltip": "^7.3.0",
"@milkdown/plugin-trailing": "^7.3.0",
"@milkdown/plugin-upload": "^7.3.0",
"@milkdown/preset-commonmark": "^7.3.0",
"@milkdown/preset-gfm": "^7.3.0",
"@milkdown/prose": "^7.3.0",
"@milkdown/transformer": "^7.3.0",
"@milkdown/utils": "^7.3.0",
"@milkdown/vue": "^7.3.0",
"@prosemirror-adapter/vue": "^0.2.6",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"animate.css": "^4.1.1",
"dayjs": "^1.11.9",
"dompurify": "^3.0.5",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"shiki": "^0.14.4",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ import 'animate.css'
import { defineAsyncComponent } from 'vue'
//
import Milkdown from '@/components/Milkdown/MilkdownProvider.vue'
import KUNGalgameEditor from '@/components/editor/KUNGalgameEditor.vue'
//
const Tags = defineAsyncComponent(
@ -52,7 +52,7 @@ const handelClosePanel = () => {
</div>
<!-- 回复的编辑器 -->
<div class="content">
<Milkdown />
<KUNGalgameEditor />
</div>
<!-- 回复的页脚 -->
<div class="footer">