[Vuejs]-How to properly store non-reactive and static data in an vue?

0👍

You have to use Vuex to store that data.. wheater immutable or not a state of an app has to a single absolute source of truth and no alternative compared to vuex can help you in this case

Leave a comment