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