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

chore: use metadata instead of meta info

This commit is contained in:
pimlie
2019-03-11 12:38:36 +01:00
parent 80a9654937
commit dc7dd9627f
7 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -69,8 +69,8 @@ Could be used by third-party libraries who wish to interact with `vue-meta`
### $meta().refresh
- returns [`metaInfo`](/api/#metaInfo-properties)
Updates the current meta info with new meta info.
Useful when updating meta info as the result of an asynchronous action that resolves after the initial render takes place.
Updates the current metadata with new metadata.
Useful when updating metadata as the result of an asynchronous action that resolves after the initial render takes place.
### $meta().inject
- returns [`metaInfo`](/api/#metaInfo-properties)
@@ -437,7 +437,7 @@ The callback receives the following arguments:
{
metaInfo: {
changed (newInfo, addedTags, removedTags) {
console.log('Meta info was updated!')
console.log('Metadata was updated!')
}
}
}