We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I use vue3 and vue-meteor-tracker 3.0.0beta7.
When I try to use 'this' in Reactive data, i got undefined.
In fact, it works when I use for example 'this.$store...' but not if I use 'this' with variables defined into 'data()' or 'computed()'.