Javascript Vue Reactivity Vue.js Vuejs2 Difference Between Computed Property And Normal Data In Vue.js January 03, 2024 Post a Comment I observed that when a normal property that came from data() and a computed property that is derive… Read more Difference Between Computed Property And Normal Data In Vue.js
Javascript Vue Reactivity Vue.js Vuejs2 Vuex Is It Possible To Store Instances Of Custom Class In Vuex/(Vue Data)? March 25, 2023 Post a Comment According to vue documentation, it is not possible to store anything besides plain objects. (https:… Read more Is It Possible To Store Instances Of Custom Class In Vuex/(Vue Data)?