There was an error while loading. Please reload this page.
1 parent b9de23b commit 54e6a12Copy full SHA for 54e6a12
1 file changed
types/vue.d.ts
@@ -122,6 +122,7 @@ export interface VueConstructor<V extends Vue = Vue> {
122
observable<T>(obj: T): T;
123
124
config: VueConfiguration;
125
+ version: string;
126
}
127
128
export const Vue: VueConstructor;
0 commit comments