mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-06 08:22:25 +03:00
Merge pull request #222 from u3u/hotfix/types
fix(types): `metaInfo` should always be a member function
This commit is contained in:
Vendored
+1
-1
@@ -13,6 +13,6 @@ declare module "vue/types/options" {
|
||||
|
||||
declare module "vue/types/vue" {
|
||||
interface Vue {
|
||||
metaInfo?: MetaInfo | (() => MetaInfo)
|
||||
metaInfo(): MetaInfo
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user