crasty01 / a-giveaway-website

https://giveawayplatform.tk
MIT License
0 stars 1 forks source link

Call `Save` vuex action when window gets defocused #9

Open KarolisBreidokas opened 2 years ago

KarolisBreidokas commented 2 years ago

Currently vuex data gets saved to LocalStorage only when page gets deconstructed.

Also for future feature, it might be a good idea to sync vuex with LocalStorage on page focus.