diff --git a/packages/taro-components/virtual-list/vue/index.js b/packages/taro-components/virtual-list/vue/index.js index 2659d111d2b8..d1b96dc6ec4f 100644 --- a/packages/taro-components/virtual-list/vue/index.js +++ b/packages/taro-components/virtual-list/vue/index.js @@ -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,