BramHoningh / vue-body-scroll-lock

A Vue directive to lock the body scroll without stopping the target element from scrolling.
30 stars 11 forks source link

Don't use direct declarations #4

Closed noudadrichem closed 5 years ago

noudadrichem commented 5 years ago

Using this.$set(instance, key, value) in Vue is safer and best practise. Read: https://vuejs.org/v2/guide/reactivity.html for more info.