We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d72d9a commit cbfacacCopy full SHA for cbfacac
packages/core/types/wepy.d.ts
@@ -35,7 +35,7 @@ export interface WepyComponent extends Base {
35
expOrFn: (this: this) => T,
36
callback: (this: this, n: T, o: T) => void,
37
): (() => void);
38
- $triggerEvent(event: string, data: any, option: object): this;
+ $trigger(event: string, data: any, option: object): this;
39
}
40
export interface WepyPage extends WepyComponent {
41
0 commit comments