Open stanleyseow opened 5 years ago
Hi, thanks for the report!
In case you still have this problem, here's a quick fix: replace
<vue-p5 v-on="this"></vue-p5>
with
<vue-p5 v-on="{setup, draw}"></vue-p5>
I'll keep this issue open for now. I wonder how many people have already encountered this...
Thanks, error fixed ...
I'll get around to investigating this eventually :)
Maybe I should just remove all mentions of this
from README. Or make the {setup, draw}
way the default and only mention this
once, as a shortcut.
I just did a very basic script and got these 5 errors below ...
Errors in console