2
0
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:
pimlie
2019-03-05 15:11:25 +01:00
parent 173b31d1d7
commit 97badf61cb
6 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -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 }
}
}