mirror of
https://github.com/youzan/vant.git
synced 2026-01-28 01:10:04 +08:00
chore: merge src and src-next
This commit is contained in:
@@ -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>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user