Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
xiaojunnuo@126.com 2020-09-01 17:18:18 +08:00
commit 4e2c5e4cf2
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 }