chore: rename vShow to v-show
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@ export default createComponent({
|
||||
const { round, position, safeAreaInsetBottom } = props;
|
||||
return (
|
||||
<div
|
||||
vShow={props.show}
|
||||
v-show={props.show}
|
||||
style={style.value}
|
||||
class={bem({
|
||||
round,
|
||||
|
||||
Reference in New Issue
Block a user