Skip to content

Commit 92d9dac

Browse files
fix: hydration-issue warning due to SSR generated DateTime value (#535)
1 parent 10c5453 commit 92d9dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/app/pages/satori/time.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ const description = 'This is a description of the page. It can be a bit longer t
1313
<div>
1414
Dynamic Banner page
1515
</div>
16-
<OgImageWithoutCache :title="`The time is: ${Date.now()}`" :description="description" icon="carbon:alarm" />
16+
<OgImageWithoutCache data-allow-mismatch="attribute" :title="`The time is: ${Date.now()}`" :description="description" icon="carbon:alarm" />
1717
</div>
1818
</template>

0 commit comments

Comments
 (0)