mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-09 12:42:25 +03:00
feat: add afterNavigation callback (fix: #259)
This commit is contained in:
@@ -30,6 +30,6 @@ export default function _refresh(options = {}) {
|
||||
metaInfo.changed.call(this, metaInfo, tags.addedTags, tags.removedTags)
|
||||
}
|
||||
|
||||
return metaInfo
|
||||
return { vm: this, metaInfo, tags }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user