chore: rename vModel to v-model (#8150)
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user