chore: rename vShow to v-show
This commit is contained in:
@@ -224,7 +224,7 @@ export default createComponent({
|
||||
</Tabs>
|
||||
<div class={bem('bottom')}>
|
||||
<Button
|
||||
vShow={props.showCloseButton}
|
||||
v-show={props.showCloseButton}
|
||||
round
|
||||
block
|
||||
type="danger"
|
||||
|
||||
Reference in New Issue
Block a user