My component vue is like this :
<
You simply need to remove v-bind (:) from selected and required attributes. Like this :-
Choose Province {{ option.name }}
You are not binding anything to the vue instance through these attributes thats why it is giving error.