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:
committed by
Alexander Lichter
parent
a21037f45e
commit
9dfb001d4e
Vendored
+1
-1
@@ -13,6 +13,6 @@ declare module "vue/types/options" {
|
||||
|
||||
declare module "vue/types/vue" {
|
||||
interface Vue {
|
||||
metaInfo(): MetaInfo
|
||||
$meta(): MetaInfo
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user