vue.config.js

module.exports={
    chainWebpack: config => {
        // 修复HMR
        config.resolve.symlinks(true);
    },
}