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", "web-types": "vetur/web-types.json",
"browserslist": [ "browserslist": [
"Chrome >= 49", "Chrome >= 51",
"iOS >= 10" "iOS >= 10"
] ]
} }