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

@ -13,7 +13,7 @@ This is just the WebUI for deemix, it should be used with deemix-pyweb or someth
- Copy Link where possible ✅
- Download Quality ✅
- Copy Image URL where possible ✅
- Resolve problem when positioning out of window (e.g. clicking on the bottom of the window)
- Resolve cut/copy/paste compatibility issues
- [ ] Make i18n async (https://kazupon.github.io/vue-i18n/guide/lazy-loading.html)
- Use ES2020 async imports, if possible
- [ ] Make the UI look coherent

File diff suppressed because one or more lines are too long

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>