chore: rename vModel to v-model (#8150)

This commit is contained in:
neverland
2021-02-14 11:05:13 +08:00
committed by GitHub
parent d67b6e1184
commit fa8b494f0e
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ export default createComponent({
onClick={onClickWrapper}
>
<Popup
vModel={[state.showPopup, 'show']}
v-model={[state.showPopup, 'show']}
class={bem('content')}
overlay={overlay}
position={direction === 'down' ? 'top' : 'bottom'}