Here is the code example: html<p @click="changeForm">Login</p> javascriptexport default { name: "Register", props: { changeForm: Function }, setup() { // ... } }