Y
Y
Yaroslav2018-06-18 16:23:08
Vue.js
Yaroslav, 2018-06-18 16:23:08

Why does IE freeze when calling Vue.delete?

There is a reactive object

obj: {
    key: {
        key_a: value_1,
        key_b: value_2,
        ....
    }
}

There are approximately 50-60 key-value pairs in key.
when calling Vue.delete(this.obj, key) IE just freezes. What could be the problem and where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2018-06-18
@Sanasol

Open the console in IE and see an error, what else to dig?
Or take some tool to collect errors from the browser without a console: https://jsconsole.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question