Skip to content

Commit

Permalink
fix(list): list 虚拟列表未设置height,滚动加载有问题 jd-opensource#2088
Browse files Browse the repository at this point in the history
  • Loading branch information
szg2008 committed Feb 9, 2023
1 parent 4eea235 commit 7135bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/list/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default create({
props: {
height: {
type: [Number],
default: 0
default: 50
},
listData: {
type: Array,
Expand Down

0 comments on commit 7135bb9

Please sign in to comment.