mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 04:20:34 +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
|
// do not trigger refresh on the server side
|
||||||
if (!this.$isServer) {
|
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) => {
|
updateOnLifecycleHook.forEach((lifecycleHook) => {
|
||||||
ensuredPush(this.$options, lifecycleHook, () => triggerUpdate(this, lifecycleHook))
|
ensuredPush(this.$options, lifecycleHook, () => triggerUpdate(this, lifecycleHook))
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user