--no commit message
Showing
2 changed files
with
10 additions
and
24 deletions
... | @@ -2,28 +2,16 @@ module.exports = { | ... | @@ -2,28 +2,16 @@ module.exports = { |
2 | presets: [ | 2 | presets: [ |
3 | // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app | 3 | // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app |
4 | // '@vue/cli-plugin-babel/preset' | 4 | // '@vue/cli-plugin-babel/preset' |
5 | 5 | [ | |
6 | { | 6 | "@vue/app", |
7 | "plugins": [ | 7 | { |
8 | [ | 8 | "useBuiltIns": "entry", |
9 | "import", | 9 | polyfills: [ |
10 | { | 10 | 'es6.promise', |
11 | "libraryName": "vxe-table", | 11 | 'es6.symbol' |
12 | "style": true // 样式是否也按需加载 | ||
13 | } | ||
14 | ], | ||
15 | [ | ||
16 | "@vue/app", | ||
17 | { | ||
18 | "useBuiltIns": "entry", | ||
19 | polyfills: [ | ||
20 | 'es6.promise', | ||
21 | 'es6.symbol' | ||
22 | ] | ||
23 | } | ||
24 | ] | 12 | ] |
25 | ] | 13 | } |
26 | } | 14 | ] |
27 | ], | 15 | ], |
28 | 'env': { | 16 | 'env': { |
29 | 'development': { | 17 | 'development': { | ... | ... |
... | @@ -236,9 +236,7 @@ | ... | @@ -236,9 +236,7 @@ |
236 | </template> | 236 | </template> |
237 | <script> | 237 | <script> |
238 | // 定时任务 | 238 | // 定时任务 |
239 | import data from "./data"; | 239 | |
240 | import system from "@/api/system.js"; | ||
241 | import tableMixin from "@/mixins/tableMixin.js"; | ||
242 | export default { | 240 | export default { |
243 | name: "users", | 241 | name: "users", |
244 | components: {}, | 242 | components: {}, | ... | ... |
-
Please register or sign in to post a comment