vue mendapatkan status toko
computed: {
myValue() { return this.$store.state.myValue }
}
Codemaster
computed: {
myValue() { return this.$store.state.myValue }
}