@@ -1,4 +1,6 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
- transpileDependencies: true
+ transpileDependencies: true,
+ assetsDir:'',
+ publicPath:''
})