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 has been archived by the owner on Jun 6, 2019. It is now read-only.
我自己写了一个input标签的自定义component。
`
#import "WXEditComponent.h"
@interface HMMagicInputComponent : WXEditComponent
@EnD
`
继承自WXEditComponent ,
注册完后,只能通过
:value="registerForm.name" @input="onInput"
这两个属性来和我的字端绑定。
我想问一下,weex 的input 标签的v-model 是怎么绑定的,我找了半天源码都没有找到。
非常感谢!!!
The text was updated successfully, but these errors were encountered: