0👍
Everything which is within data
or computed
is reactive and will update the view on change. Hence you should store your JSON
in data
(or if it’s used in store – use mapState
). If you need more specific answer – please, provide an example.
- [Vuejs]-How to change style color of arrows in Vue Slick Carousel?
- [Vuejs]-Conditionally change text color in BootstrapVue table
Source:stackexchange.com