removed useless class and updated README.md

This commit is contained in:
Roberto Tonino
2020-08-12 19:05:54 +02:00
parent 606c4eee85
commit 8480c9fd84
3 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
v-for="option of sortedOptions"
:key="option.label"
v-show="option.show"
:class="{ 'menu-option--visible': option.show }"
@click.prevent="option.action"
>
<span class="menu-option__text">{{ option.label }}</span>