add some styling

This commit is contained in:
Philipp Kühn
2021-02-02 23:11:52 +01:00
parent fb7c13e066
commit c223f18887
5 changed files with 142 additions and 39 deletions

View File

@@ -16,7 +16,8 @@
</button>
</div>
<div class="demo__code" v-if="activeFile" :key="activeFile.path">
<prism :code="activeFile.content" :language="activeFile.highlight" :highlight="highlight" />
<!-- eslint-disable-next-line -->
<prism :language="activeFile.highlight" :highlight="highlight">{{ activeFile.content }}</prism>
</div>
</div>
<div class="demo__meta">