We're a place where coders share, stay up-to-date and grow their careers.
Cool example of directive usage. Thanks.
I had the same task the other day. My solution was to use :key in component containing canvas. Whenever I change the key in my vuex store - my canvas gets redrawn.
Interesting, I hadn't thought of that! Thanks for the tip.
Cool example of directive usage. Thanks.
I had the same task the other day. My solution was to use :key in component containing canvas. Whenever I change the key in my vuex store - my canvas gets redrawn.
Interesting, I hadn't thought of that! Thanks for the tip.