mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
8 lines
112 B
JavaScript
8 lines
112 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {
|
|
browsers: ['Android >= 4.0', 'iOS >= 7']
|
|
}
|
|
}
|
|
};
|