🌈 搜索
📅  最后修改于: 2022-03-11 15:03:25.104000             🧑  作者: Mango
// vue.config.js const path = require("path"); module.exports = { outputDir: path.resolve(__dirname, "../public/") }