wujingjing
2024-03-19 40f0a88d0669461f57f3b703596c36f4b2d10df8
1
2
3
4
5
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  transpileDependencies: true,
  publicPath: "./",
});