feat: 移除了 d2-container 组件上的 betterScrollOptions 不必要声明

This commit is contained in:
FairyEver 2020-09-01 17:06:51 +08:00
parent d505583b35
commit 0accc401e7
1 changed files with 0 additions and 6 deletions

View File

@ -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 }