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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user