vue-async-data
vue-async-data copied to clipboard
[Bugfix] Use correct vm.$set signature
vm.$set is only an alias to Vue.set,
which means that self is not this, it has to be passed as first argument.