You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2022. It is now read-only.
我们公司也要做一个自定义表单的项目,这段时间我和我的同事一直在看你的这个源码,发现你这里的表单组件都是使用渲染函数实现的,我们考虑到渲染函数实现的方式比较麻烦,我们考虑使用template的方式实现表单组件,请问你为什么不用更简单的tenplate实现,而是用渲染函数实现,使用template实现是否可行?谢谢