add highlight option for demos

This commit is contained in:
Philipp Kühn
2020-08-12 09:37:15 +02:00
parent 6d1a333171
commit eeac0fce37
8 changed files with 76 additions and 15 deletions

View File

@@ -2,7 +2,6 @@
<div class="editor">
<div class="menubar" v-if="editor">
<!-- Highlight -->
<button
class="menubar__button"
:class="{ 'is-active': editor.isActive('bold') }"
@@ -10,7 +9,6 @@
>
Bold
</button>
<!-- /Highlight -->
</div>