Skip to content

Commit 07ad3f3

Browse files
committed
fix(types): 漏掉了一个options的配置
1 parent cf42b97 commit 07ad3f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ interface BScroll {
131131
enabled: boolean;
132132
isInTransition: boolean;
133133
isAnimating: boolean;
134+
options: BScroll.BsOption;
134135

135136
refresh(): void;
136137
// 启用 better-scroll, 默认 开启

0 commit comments

Comments
 (0)