[Vuejs]-Vue Js Applications throws Js Expected Errors

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.

Leave a comment