Navigation Menu

Skip to content

Commit

Permalink
style(virtual-list): vue/index.js L445
Browse files Browse the repository at this point in the history
  • Loading branch information
honlyHuang authored and Chen-jj committed Nov 27, 2020
1 parent 1c55437 commit c061e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/virtual-list/vue/index.js
Expand Up @@ -442,7 +442,7 @@ function createListComponent ({
this.$props,
this._instanceProps()
)

const scrollViewName = process.env.TARO_ENV === 'h5' ? 'taro-scroll-view' : 'scroll-view'
return h(
scrollViewName,
Expand Down

0 comments on commit c061e07

Please sign in to comment.