This commit is contained in:
quantulr
2022-10-20 23:55:57 +08:00
parent c107757016
commit 647e273c1d
26 changed files with 1380 additions and 83 deletions

View File

@ -1,4 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true
})
transpileDependencies: true,
// publicPath: "./",
lintOnSave: false,
// assetsDir: "../apps/com.awspaas.user.apps.managesite/monitor",
});