0👍
the problem here is because the code is inside an object.
if you move the button-counter
component inside components: { }
right above it,
and the vm part outside the object, that should solve this problem.
- [Vuejs]-How can i render data using axios.get
- [Vuejs]-What does a colon at the beginning of HTML attribute names in a Vue template mean?
Source:stackexchange.com