diff --git a/src/shared/plugin.js b/src/shared/plugin.js index af746c7..61710ee 100644 --- a/src/shared/plugin.js +++ b/src/shared/plugin.js @@ -63,7 +63,7 @@ export default function VueMeta (Vue, options = {}) { batchID = batchUpdate(batchID, () => this.$meta().refresh()) }, destroyed () { - //do not trigger refresh on the server side + // do not trigger refresh on the server side if (this.$isServer) return // re-render meta data when returning from a child component to parent batchID = batchUpdate(batchID, () => this.$meta().refresh())