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
+3 -1
View File
@@ -24,10 +24,12 @@ export default createComponent({
},
},
emits: ['click-step'],
render() {
return (
<div class={bem([this.direction])}>
<div class={bem('items')}>{this.slots()}</div>
<div class={bem('items')}>{this.$slots.default?.()}</div>
</div>
);
},