vue.config.js module.exports = { chainWebpack: config => { // 移除prefetch 插件config.plugins.delete('prefetch') // 移除preload ...
確定! 回上一頁