I have a very simple app:
apparently v-on:click seems to work better with the .native event modifier.
v-on:click
.native
try page="bio" v-on:click.native="changeThePage()">. It worked for me.
page="bio" v-on:click.native="changeThePage()">