Skip to content

Commit 54e6a12

Browse files
mathe42yyx990803
authored andcommitted
fix(types): add Vue.version to types (#9431)
1 parent b9de23b commit 54e6a12

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)