We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8025e commit 5ad6711Copy full SHA for 5ad6711
src/client/refresh.js
@@ -27,7 +27,7 @@ export default function _refresh(options = {}) {
27
const tags = updateClientMetaInfo(options, metaInfo)
28
// emit "event" with new info
29
if (tags && isFunction(metaInfo.changed)) {
30
- metaInfo.changed.call(this, metaInfo, tags.addedTags, tags.removedTags)
+ metaInfo.changed(metaInfo, tags.addedTags, tags.removedTags)
31
}
32
33
return { vm: this, metaInfo, tags }
0 commit comments