5👍
your getter is called getCount
, not count
, so the mapGetters
call should look like this:
...mapGetters("counter", [
"getCount"
]),
- [Vuejs]-How to create users in Django's backend database when using Vue.js and Auth0 for frontend authentication
- [Vuejs]-Vuejs – Retrieve input value
Source:stackexchange.com