2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-07 22:42:25 +03:00

fix: $meta is not defined in Vue interface type (#312)

This commit is contained in:
Nicolas Igot
2019-01-28 15:21:38 +01:00
committed by Alexander Lichter
parent a21037f45e
commit 9dfb001d4e
+1 -1
View File
@@ -13,6 +13,6 @@ declare module "vue/types/options" {
declare module "vue/types/vue" {
interface Vue {
metaInfo(): MetaInfo
$meta(): MetaInfo
}
}