|
@@ -198,25 +198,25 @@ module.exports = defineConfig({
|
|
|
// 'vue',
|
|
|
// 'vuex',
|
|
|
// 'vue-router',
|
|
|
- // '@vue/composition-api',
|
|
|
+ '@vue/composition-api',
|
|
|
|
|
|
- // // UI 组件库
|
|
|
- // 'element-ui',
|
|
|
+ // UI 组件库
|
|
|
+ 'element-ui',
|
|
|
|
|
|
- // // 编辑器
|
|
|
- // '@wangeditor/editor',
|
|
|
- // '@wangeditor/editor-for-vue',
|
|
|
+ // 编辑器
|
|
|
+ '@wangeditor/editor',
|
|
|
+ '@wangeditor/editor-for-vue',
|
|
|
|
|
|
- // '@mdi/font',
|
|
|
+ '@mdi/font',
|
|
|
|
|
|
'scrolling-element',
|
|
|
|
|
|
// // 其他可能包含 ES6 代码的依赖
|
|
|
- // 'fs',
|
|
|
- // 'qs',
|
|
|
- // 'axios',
|
|
|
- // 'lodash',
|
|
|
- // 'echarts',
|
|
|
+ 'fs',
|
|
|
+ 'qs',
|
|
|
+ 'axios',
|
|
|
+ 'lodash',
|
|
|
+ 'echarts',
|
|
|
'decimal.js',
|
|
|
'nprogress',
|
|
|
'element-resize-detector',
|