I have this strange error that I cannot understand.
I am using the latest VueJS pulled from an official CDN using
<script src="https://unpkg.com/vue/dist/vue.js"></script>

The specified line is as follows:

Has anyone experienced this? Is this a VueJS issue?
Next edit:
I believe the error is here:
attrs: { "type": "text", "name": "phone", "value": "", "id": "phone", "phone_number": }
v-bind in the "phone_number" field for some reason does not work properly.
Removed :phone_number="phone_number" and wrote it again, and it just worked.
source share