2月7日 13:43
如何在vue3中从setup调用prop函数
I have the next code: HTML:
Iniciar sesion
JS export default { name: "Register", props: { changeForm: Function, }, setup() ...
I have the next code: HTML:
Iniciar sesion
JS export default { name: "Register", props: { changeForm: Function, }, setup() ...