[improvement] Use scoped-slots in Vue 2.6+ (#2688)
This commit is contained in:
@@ -32,7 +32,7 @@ export default sfc({
|
||||
type={this.primary ? 'danger' : 'warning'}
|
||||
onClick={this.onClick}
|
||||
>
|
||||
{this.$slots.default || this.text}
|
||||
{this.slots() || this.text}
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user