tiny-vue
tiny-vue copied to clipboard
✨ [Feature]: 建议文档添加上 onUpdate:modelValue 方法
What problem does this feature solve
在jsx文件使用标签实现双向数据绑定的时候,文档中有 modelValue ,但是并没有对应的事件赋值操作,导致无法在jsx文件中实现双向数据绑定
What does the proposed API look like
在文档中添加上 onUpdate:modelValue 的方法,提升大家在jsx文件中对DOM数据绑定的操作
What is your project name
。。。
Bot detected the issue body's language is not English, translate it automatically.
Title: ✨ [Feature]: It is recommended to add the onUpdate:modelValue method to the document