vuejs单文件组件,style标签样式怎么使用Autoprefixer

2025-04-01 01:24:32
推荐回答(1个)
回答1:

plugins:[
new webpack.LoaderOptionsPlugin({
options:{
postcss:function(){
return [autoprefixer]
}
}
})
],