From 8afbe889f654c23400197e44a636851d70b68bee Mon Sep 17 00:00:00 2001 From: Ralph Huwiler Date: Fri, 14 Apr 2017 10:36:43 +0200 Subject: [PATCH] fixed styling --- src/shared/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())