Javey/Intact

support two-way bind any property

Closed this issue · 0 comments

Javey commented

Let two way bind support any property like bellow:

<Component v-model="value" v-model:name="name" v-model:data.age="age" />