13 lines
217 B
Vue
13 lines
217 B
Vue
<template>
|
|
<ContentDoc tag="article" class="prose dark:prose-invert">
|
|
<template #not-found> Document not found </template>
|
|
</ContentDoc>
|
|
</template>
|
|
|
|
<style>
|
|
article {
|
|
width: 90%;
|
|
height: 100%;
|
|
}
|
|
</style>
|