remove redundant things

This commit is contained in:
2022-07-22 15:36:37 -04:00
parent 92d0d70760
commit 9105010387
3 changed files with 13 additions and 5 deletions

View File

@@ -3,3 +3,10 @@
<template #not-found> Document not found </template>
</ContentDoc>
</template>
<style>
article {
width: 90%;
height: 100%;
}
</style>