chore: merge src and src-next

This commit is contained in:
chenjiahan
2020-07-15 20:02:00 +08:00
parent 6672b34618
commit 0304fcb6fa
382 changed files with 464 additions and 24746 deletions

View File

@@ -20,6 +20,8 @@ export default createComponent({
},
},
emits: ['click'],
computed: {
spaces() {
const gutter = Number(this.gutter);
@@ -80,7 +82,7 @@ export default createComponent({
})}
onClick={this.onClick}
>
{this.slots()}
{this.$slots.default?.()}
</this.tag>
);
},