We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use ajv-i18n in vue@2.x. I just import "ajv-i18n", it work in chrome but it show error for me in IE11.
"ajv": "^6.12.6", "ajv-errors": "^1.0.1", "ajv-i18n": "^4.0.0",
.vue const Ajv = require("ajv") // version >= 8.0.0 const localize = require("ajv-i18n") // error in IE11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use ajv-i18n in vue@2.x. I just import "ajv-i18n", it work in chrome but it show error for me in IE11.
"ajv": "^6.12.6",
"ajv-errors": "^1.0.1",
"ajv-i18n": "^4.0.0",
.vue
const Ajv = require("ajv") // version >= 8.0.0
const localize = require("ajv-i18n") // error in IE11
The text was updated successfully, but these errors were encountered: