chore: adjust browserslist to Chrome 51

This commit is contained in:
chenjiahan 2021-02-26 14:20:39 +08:00
parent 314d6e2006
commit bc9b24c8b6

View File

@ -83,7 +83,7 @@
},
"web-types": "vetur/web-types.json",
"browserslist": [
"Chrome >= 49",
"Chrome >= 51",
"iOS >= 10"
]
}