如題。運行yarn serve 后,樣式無法查看了,都在首相關(guān)配置:// postcss.config.jsmodule.exports = {
plugins: {
autoprefixer: {}
}
}// vue.config.js
chainWebpack: config => {
config.module
.rule('vue')
.use('vue-loader')
.loader('vue-loader')
.tap(options => {
options.compilerOptions.preserveWhitespace = true
return options
})
},
添加回答
舉報
0/150
提交
取消