We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c5453 commit 92d9dacCopy full SHA for 92d9dac
playground/app/pages/satori/time.vue
@@ -13,6 +13,6 @@ const description = 'This is a description of the page. It can be a bit longer t
13
<div>
14
Dynamic Banner page
15
</div>
16
- <OgImageWithoutCache :title="`The time is: ${Date.now()}`" :description="description" icon="carbon:alarm" />
+ <OgImageWithoutCache data-allow-mismatch="attribute" :title="`The time is: ${Date.now()}`" :description="description" icon="carbon:alarm" />
17
18
</template>
0 commit comments