vuejs computed cant access this code example
Example: cannot access this from computed vuejs
computed:{
// Get data from vuex
$currency(){
return this.$store.state.currency
}
},