feat: ✨ 移除了 d2-container 组件上的 betterScrollOptions 不必要声明
This commit is contained in:
parent
d505583b35
commit
0accc401e7
|
|
@ -23,11 +23,6 @@ export default {
|
|||
type: Boolean,
|
||||
required: false,
|
||||
default: false
|
||||
},
|
||||
betterScrollOptions: {
|
||||
type: Object,
|
||||
required: false,
|
||||
default: () => ({})
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
@ -47,7 +42,6 @@ export default {
|
|||
class="container-component">
|
||||
<this.component
|
||||
ref="component"
|
||||
betterScrollOptions={this.betterScrollOptions}
|
||||
{ ...{ attrs: this.$attrs } }
|
||||
onScroll={ e => this.$emit('scroll', e) }>
|
||||
{ slots }
|
||||
|
|
|
|||
Loading…
Reference in New Issue