白色主题
This commit is contained in:
@@ -6,13 +6,11 @@ export default class Swiper extends SuperComponent {
|
||||
};
|
||||
properties: import("./type").TdSwiperProps;
|
||||
observers: {
|
||||
current(v: any): void;
|
||||
navigation(val: any): void;
|
||||
navCurrent(v: any): void;
|
||||
};
|
||||
$nav: any;
|
||||
relations: RelationsOptions;
|
||||
data: {
|
||||
_navigation: any;
|
||||
prefix: string;
|
||||
classPrefix: string;
|
||||
};
|
||||
@@ -20,8 +18,8 @@ export default class Swiper extends SuperComponent {
|
||||
ready(): void;
|
||||
};
|
||||
methods: {
|
||||
initNav(): void;
|
||||
updateNav(index: any): void;
|
||||
updateNav(currentValue: any): void;
|
||||
onTap(e: any): void;
|
||||
onChange(e: any): void;
|
||||
onNavBtnChange(e: any): void;
|
||||
doNavBtnChange(dir: any, source: any): void;
|
||||
|
||||
Reference in New Issue
Block a user