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 fb018a4 commit dfcae3fCopy full SHA for dfcae3f
components/CommonContent.vue
@@ -18,10 +18,9 @@ useHead({ title: page.value?.title });
18
<template>
19
<article v-if="page">
20
<category-second
21
- v-if="page?.body.value[0][0]!=='h2'"
+ v-if="page?.body.value[0][0] !== 'h2'"
22
:title="page?.title"
23
- :right-text="page?.date.substring(0, 10)"
24
- class="sticky top-0 z-1" />
+ :right-text="page?.date.substring(0, 10)" />
25
<ContentRenderer :value="page" class="heti" />
26
</article>
27
</template>
0 commit comments