ldj 1 год назад
Родитель
Сommit
7e62bb38c7
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      vue.config.js

+ 3 - 1
vue.config.js

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