2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 01:32:25 +03:00

chore: remove false comment

This commit is contained in:
pimlie
2019-02-20 19:09:10 +01:00
parent 0dada3d227
commit 287512f0cf
+1 -1
View File
@@ -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))
})