修改home

This commit is contained in:
JACKYMYPERSON
2025-10-09 19:40:19 +08:00
parent 5801dd825f
commit 3e023ed937
7 changed files with 44 additions and 2 deletions

View File

@@ -105,7 +105,6 @@
import { ref, onMounted, watch, nextTick } from 'vue';
import { ElMessage, ElMessageBox, ElDialog, ElConfigProvider, ElDrawer, ElInput, ElUpload } from 'element-plus';
import { Edit, Delete, Plus } from '@element-plus/icons-vue';
import zhCn from 'element-plus/dist/locale/zh-cn.mjs';
import Quill from 'quill';
import 'quill/dist/quill.snow.css';
import type { UploadProps } from 'element-plus';