chore: rename vShow to v-show
This commit is contained in:
@@ -36,7 +36,7 @@ export default createComponent({
|
||||
|
||||
return (
|
||||
<div
|
||||
vShow={props.show}
|
||||
v-show={props.show}
|
||||
style={style}
|
||||
class={[bem(), props.className]}
|
||||
onTouchmove={props.lockScroll ? preventTouchMove : noop}
|
||||
|
||||
Reference in New Issue
Block a user