chore: rename vShow to v-show

This commit is contained in:
chenjiahan
2020-10-02 21:41:01 +08:00
parent c0ea21dcd3
commit 91b47d64e6
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -230,8 +230,8 @@ export default createComponent({
const Content = (
<Transition name={props.transition ? 'van-slide-up' : ''}>
<div
v-show={props.show}
ref={root}
vShow={props.show}
style={{ zIndex: props.zIndex }}
class={bem({
unfit: !props.safeAreaInsetBottom,