Skip to content

Commit

Permalink
fix(types): add Vue.version to types (vuejs#9431)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 authored and Lostlover committed Dec 10, 2019
1 parent 0dafc56 commit 04d09fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/vue.d.ts
Original file line number Diff line number Diff line change
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 04d09fe

Please sign in to comment.