Browse Source

测试分支hook

devlop
邓雄飞 4 years ago
parent
commit
a68e8cd162
1 changed files with 3 additions and 3 deletions
  1. 6
      components/scroll-list/scroll-list.vue

6
components/scroll-list/scroll-list.vue

@ -485,9 +485,9 @@ export default {
},
computed: {
scrollListWrapStyle() {
let style = {}
style.background = this.defaultOption.background
return style
return {
background: this.defaultOption.background
}
},
//
listWrapStyle() {

Loading…
Cancel
Save