2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 19:42:24 +03:00

feat: add pause/resume methods to pause updates

This commit is contained in:
pimlie
2019-02-20 14:46:05 +01:00
parent f270318c29
commit d237180cbd
8 changed files with 107 additions and 37 deletions
-1
View File
@@ -17,7 +17,6 @@ export default function _refresh(options = {}) {
const metaInfo = getMetaInfo(options, this.$root)
const tags = updateClientMetaInfo(options, metaInfo)
// emit "event" with new info
if (tags && isFunction(metaInfo.changed)) {
metaInfo.changed.call(this, metaInfo, tags.addedTags, tags.removedTags)