Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7644380 commit 97086f3Copy full SHA for 97086f3
‎types/vue.d.ts
@@ -53,7 +53,7 @@ export interface Vue {
53
options?: WatchOptions
54
): (() => void);
55
$on(event: string | string[], callback: Function): this;
56
- $once(event: string, callback: Function): this;
+ $once(event: string | string[], callback: Function): this;
57
$off(event?: string | string[], callback?: Function): this;
58
$emit(event: string, ...args: any[]): this;
59
$nextTick(callback: (this: this) => void): void;
0 commit comments