From 287512f0cfced346370767552db22c0c3d85ac96 Mon Sep 17 00:00:00 2001 From: pimlie Date: Wed, 20 Feb 2019 19:09:10 +0100 Subject: [PATCH] chore: remove false comment --- src/shared/mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/mixin.js b/src/shared/mixin.js index efe3979..bdacc29 100644 --- a/src/shared/mixin.js +++ b/src/shared/mixin.js @@ -71,7 +71,7 @@ export default function createMixin(options) { // do not trigger refresh on the server side if (!this.$isServer) { - // no need to add this hooks on server side, there we only need the mounted hook above + // no need to add this hooks on server side updateOnLifecycleHook.forEach((lifecycleHook) => { ensuredPush(this.$options, lifecycleHook, () => triggerUpdate(this, lifecycleHook)) })