mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] Use scoped-slots in Vue 2.6+ (#2688)
This commit is contained in:
@@ -95,7 +95,7 @@ export default sfc({
|
||||
|
||||
return (
|
||||
<div class={bem()}>
|
||||
{this.$slots.default}
|
||||
{this.slots()}
|
||||
<input
|
||||
{ ...{ attrs: this.$attrs } }
|
||||
ref="input"
|
||||
|
Reference in New Issue
Block a user