Vue Get Store State

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