mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[bugfix] functional component multi listeners (#2717)
This commit is contained in:
@@ -27,7 +27,7 @@ export default sfc({
|
||||
title={props.title}
|
||||
value={props.status}
|
||||
class={bem('header')}
|
||||
value-class={bem('header-value')}
|
||||
valueClass={bem('header-value')}
|
||||
/>
|
||||
)}
|
||||
<div class={bem('content')}>{slots.default}</div>
|
||||
|
Reference in New Issue
Block a user