设置module.exports = { plugins: { autoprefixer: {}, 'postcss-px2rem': { remUnit: 75 } } }之后整个vue都生效 我只想让其中一个vue页面生效该怎么设置
设置module.exports = {
plugins: {
autoprefixer: {},
'postcss-px2rem': {
remUnit: 75
}
}
}之后整个vue都生效 我只想让其中一个vue页面生效该怎么设置