mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] directive naming-style in jsx (#2677)
This commit is contained in:
@@ -89,7 +89,7 @@ export default sfc({
|
||||
|
||||
return (
|
||||
<transition name="van-fade">
|
||||
<div v-show={this.value} class={bem([style, this.position])}>
|
||||
<div vShow={this.value} class={bem([style, this.position])}>
|
||||
{Content()}
|
||||
</div>
|
||||
</transition>
|
||||
|
Reference in New Issue
Block a user