diff --git a/src/runtime/components/MDCCached.vue b/src/runtime/components/MDCCached.vue index 728c39be..db1f79c1 100644 --- a/src/runtime/components/MDCCached.vue +++ b/src/runtime/components/MDCCached.vue @@ -108,7 +108,7 @@ const body = computed(() => props.excerpt ? data.value?.excerpt : data.value?.bo watch(() => props.value, () => { refresh() -}) +}, { immediate: true }) // Simple string hashing function function hashString(str: string | object) {