vue.config.js 67 Bytes
Newer Older
李维's avatar
李维 committed
1 2 3 4 5

module.exports = {
    publicPath: './',
    // 其他配置...
};