2 changed files with 4963 additions and 5047 deletions
@ -1,5 +1,6 @@ |
|||||
const { defineConfig } = require('@vue/cli-service') |
const { defineConfig } = require('@vue/cli-service') |
||||
module.exports = defineConfig({ |
module.exports = defineConfig({ |
||||
transpileDependencies: true, |
transpileDependencies: true, |
||||
lintOnSave: false |
lintOnSave: false, |
||||
}) |
publicPath: './' |
||||
|
}) |
||||
File diff suppressed because it is too large
Loading…
Reference in new issue