1.0.9 • Published 2 years ago

kuat v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

kuat-swan小程序的dts

使用时直接在代码中引入,例如:

import swan, {AppConfig} from 'kuat';
const appConfig: AppConfig = {
    globalData: ref({}),
    onLaunch() {},
    onShow() {},
    onHide() {},
    onError() {},
    onPageNotFound() {},
    beforePageChange(to, from, next) {},
    afterPageChange(to, from) {}
};
swan.App(appConfig);
1.0.9

2 years ago

1.0.8-beta1

2 years ago

1.0.8-beta2

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.3

2 years ago

0.0.21

3 years ago

1.0.0

3 years ago