mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] Use scoped-slots in Vue 2.6+ (#2688)
This commit is contained in:
@@ -68,7 +68,7 @@ export default sfc({
|
||||
}
|
||||
|
||||
const { title, message, messageAlign } = this;
|
||||
const children = this.$slots.default;
|
||||
const children = this.slots();
|
||||
|
||||
const Title = title && (
|
||||
<div class={bem('header', { isolated: !message && !children })}>{title}</div>
|
||||
|
Reference in New Issue
Block a user