[Vuejs]-Access store inside component method : Cannot read property '$store' of undefined 5 October 2023 by thecoderscamp.com 0๐ I find the solution, i need to use a arrow function to use $this from the context. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions#No_separate_this [Vuejs]-Index of v-for as value for v-model Source:stackexchange.com