feat(components): 添加多页签Tab点击后自动往中间滚动
This commit is contained in:
7
src/interface/common/expose.ts
Normal file
7
src/interface/common/expose.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import type { Ref } from 'vue';
|
||||
import BScroll from '@better-scroll/core';
|
||||
|
||||
/** BetterScroll暴露出的数据的类型 */
|
||||
export interface ExposeBetterScroll {
|
||||
bsInstance: Ref<BScroll>;
|
||||
}
|
||||
Reference in New Issue
Block a user