Array.includes() breaks in IE 11 #851
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
Status: PR Welcome
Welcome to Pull Request
Type: Bug
Bug or Bug fixes
vue & vue-i18n version
2.6.11 & 8.17.3
Reproduction Link
Steps to reproduce
It seems like the IE breaks in the latest Version when you try to translate a label,
because the code relies on .includes() on an array object.
After adding a Polyfill everything works as expected. :)
The text was updated successfully, but these errors were encountered: