Skip to content

Commit 04d09fe

Browse files
mathe42Lostlover
authored andcommitted
fix(types): add Vue.version to types (vuejs#9431)
1 parent 0dafc56 commit 04d09fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export interface VueConstructor<V extends Vue = Vue> {
122122
observable<T>(obj: T): T;
123123

124124
config: VueConfiguration;
125+
version: string;
125126
}
126127

127128
export const Vue: VueConstructor;

0 commit comments

Comments
 (0)