1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

chore: adjust browserslist for Vue 3

This commit is contained in:
chenjiahan 2020-12-09 11:36:03 +08:00
parent 8d7dacdda7
commit 2f40e23be9

@ -82,7 +82,7 @@
},
"web-types": "vetur/web-types.json",
"browserslist": [
"Android >= 4.0",
"iOS >= 8"
"Chrome >= 49",
"iOS >= 10"
]
}