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 7bc899c commit 64e3943Copy full SHA for 64e3943
types/vue.d.ts
@@ -80,7 +80,7 @@ export declare class Vue {
80
errorHandler(err: Error, vm: Vue, info: string): void;
81
warnHandler(msg: string, vm: Vue, trace: string): void;
82
ignoredElements: string[];
83
- keyCodes: { [key: string]: number };
+ keyCodes: { [key: string]: number | number[] };
84
}
85
86
static extend(options: ComponentOptions<Vue> | FunctionalComponentOptions): typeof Vue;
0 commit comments