Skip to content
New issue

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

Error "Assignment to read-only properties is not allowed in strict mode" in IE11 #50

Open
joonseolee opened this issue Nov 8, 2021 · 0 comments

Comments

@joonseolee
Copy link

joonseolee commented Nov 8, 2021

I used v-jsoneditor component in my website.
it works on Chrome, Safari or even IE11.
But when I write a not validated json then it didn't show any alert message in IE11. (Working on Chrome, Safari)
How can I solve the problem?

Here is my code.

<template>
  <v-jsoneditor
                v-model="config"
                :options="options"
                :plus="false"
                height="800px"
                style="width: 800px;"
  />
</template>

and the error message in console.

SCRIPT5045: Assignment to read-only properties is not allowed in strict mode
v-jsoneditor.min.js (30,17081)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant