chore: 移除dayjs的自动导入
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* @Author: zhaojinfeng 121016171@qq.com
|
||||
* @Date: 2023-06-15 13:22:04
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-07-21 12:26:14
|
||||
* @LastEditors: peerless_hero peerless_hero@outlook.com
|
||||
* @LastEditTime: 2023-08-30 16:30:47
|
||||
* @FilePath: \vue3\vite.config.ts
|
||||
* @Description:
|
||||
*
|
||||
@ -51,8 +51,7 @@ export default defineConfig({
|
||||
'vue-router',
|
||||
'@vueuse/core',
|
||||
{
|
||||
'vue': ['createVNode'],
|
||||
'element-plus': ['dayjs'],
|
||||
vue: ['createVNode'],
|
||||
},
|
||||
],
|
||||
vueTemplate: true,
|
||||
|
Reference in New Issue
Block a user