Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit b3fef3b

Browse files
authored
Merge pull request #45 from b2nil/dev
fix(virtual-scroll): 修复 VirtualScroll 打包后样式丢失, close #44
2 parents 2a95566 + 4677951 commit b3fef3b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/components/virtual-scroll/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import "./index.scss"
2-
31
import { h, defineComponent, computed, ref, PropType, watch, onMounted, warn, mergeProps } from "vue"
42
import Taro from "@tarojs/taro"
53
import { ScrollView, View } from "@tarojs/components"

src/style/components/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
@import './textarea.scss';
5151
@import './timeline.scss';
5252
@import './toast.scss';
53+
@import './virtual-scroll.scss';
5354
.text {
5455
display: inline;
5556
}

0 commit comments

Comments
 (0)