vue mendapatkan status toko

computed: {
  myValue() { return this.$store.state.myValue }
}
Codemaster