乐闻世界logo
搜索文章和话题

如何在vue3中从setup调用prop函数

2月7日 13:43

I have the next code: HTML:

Iniciar sesion

JS export default { name: "Register", props: { changeForm: Function, }, setup() ...

标签:Vue3