1.图标功能

2.文件加功能
3.重命名功能
引入avtdv
This commit is contained in:
Sh1yu
2023-07-28 10:41:29 +08:00
parent 931a71c54f
commit 55b042c6d8
22 changed files with 3172 additions and 2043 deletions

View File

@@ -8,6 +8,7 @@ import {createRouter, createWebHashHistory} from 'vue-router'
import ElementUI from 'element-plus'
import 'element-plus/dist/index.css'
import Antd from 'ant-design-vue';
import zhCn from 'element-plus/es/locale/lang/zh-cn'
import routes from './routes'
import Vant from 'vant'
@@ -19,6 +20,7 @@ const router = createRouter({
});
const app = createApp(App);
app.config.productionTip = false;
app.use(Antd)
app.use(ElementUI, {
locale: zhCn,
});