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:
+1
-1
@@ -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))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user