Closed kouts closed 1 year ago
This PR: Changed the way data updates are triggered by using watch with deep: true instead of `computed.
watch
deep: true
fixes #94 #111
:tada: This PR is included in version 3.5.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR: Changed the way data updates are triggered by using
watch
withdeep: true
instead of `computed.fixes #94 #111