Skip to content

Commit

Permalink
fix(types): add Vue.version to types (#9431)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored and yyx990803 committed Feb 6, 2019
1 parent b9de23b commit 54e6a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/vue.d.ts
Expand Up @@ -122,6 +122,7 @@ export interface VueConstructor<V extends Vue = Vue> {
observable<T>(obj: T): T;

config: VueConfiguration;
version: string;
}

export const Vue: VueConstructor;

0 comments on commit 54e6a12

Please sign in to comment.