fix: math

This commit is contained in:
2022-08-10 18:34:01 -04:00
parent 783fdd17dc
commit d356ed4dbf
3 changed files with 13 additions and 4 deletions

View File

@@ -43,14 +43,14 @@ const captionText =
{{ tag }}
</Tag>
</div>
<ContentDoc tag="article" class="pt-0 w-full">
<ContentRenderer :value="doc" tag="article" class="pt-0 w-full">
<template #empty>
<p>No description found.</p>
</template>
<template #not-found>
<h1>404 - Not Found</h1>
</template>
</ContentDoc>
</ContentRenderer>
</div>
</template>