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