Skip to content

Commit

Permalink
fix: $meta is not defined in Vue interface type (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasigot authored and manniL committed Jan 28, 2019
1 parent a21037f commit 9dfb001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ declare module "vue/types/options" {

declare module "vue/types/vue" {
interface Vue {
metaInfo(): MetaInfo
$meta(): MetaInfo
}
}

0 comments on commit 9dfb001

Please sign in to comment.