6 lines
157 B
Vue
6 lines
157 B
Vue
<template>
|
|
<ContentDoc tag="article" class="prose dark:prose-invert">
|
|
<template #not-found> Document not found </template>
|
|
</ContentDoc>
|
|
</template>
|