File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
* @Author : your name
3
3
* @Date : 2021-01-07 09:49 :29
4
- * @LastEditTime : 2021-02-09 09: 44 : 37
4
+ * @LastEditTime : 2021-04-26 13: 51 : 27
5
5
* @LastEditors : Please set LastEditors
6
6
* @Description : In User Settings Edit
7
7
* @FilePath : \vue3-element-admin\src\App.vue
8
8
-->
9
9
<template>
10
- <div id="app">
11
- <router-view></router-view>
12
- </div>
10
+ <router-view></router-view>
13
11
</template>
14
12
15
13
<script>
Original file line number Diff line number Diff line change 1
1
/*
2
2
* @Author : your name
3
3
* @Date : 2020-10-14 15:24:16
4
- * @LastEditTime : 2021-04-25 17:15:31
4
+ * @LastEditTime : 2021-04-26 13:38:12
5
5
* @LastEditors : Please set LastEditors
6
6
* @Description : In User Settings Edit
7
7
* @FilePath : \vue3-element-admin\vue.config.js
@@ -52,7 +52,7 @@ module.exports = {
52
52
optimization : {
53
53
splitChunks : {
54
54
chunks : "all" ,
55
- maxSize : 200000 ,
55
+ enforceSizeThreshold : 20000 ,
56
56
cacheGroups : {
57
57
echarts : {
58
58
name : "chunk-echarts" ,
You can’t perform that action at this time.
0 commit comments