This commit is contained in:
2020-04-16 19:01:59 +00:00
parent 4d4962f290
commit 52ea7c5480
2 changed files with 16 additions and 3 deletions

View File

@@ -3,7 +3,11 @@
<span class="v-label v-label--active theme--light">
Wiki
</span>
<v-sheet elevation="2" v-html="compiledOutput()" class="pa-2 pa-sm-6 mt-2">
<v-sheet
elevation="2"
v-html="compiledOutput()"
class="aywiki pa-2 pa-sm-6 mt-2"
>
</v-sheet>
</div>
</template>