removed useless class and updated README.md
This commit is contained in:
parent
606c4eee85
commit
8480c9fd84
@ -13,7 +13,7 @@ This is just the WebUI for deemix, it should be used with deemix-pyweb or someth
|
|||||||
- Copy Link where possible ✅
|
- Copy Link where possible ✅
|
||||||
- Download Quality ✅
|
- Download Quality ✅
|
||||||
- Copy Image URL where possible ✅
|
- 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)
|
- [ ] Make i18n async (https://kazupon.github.io/vue-i18n/guide/lazy-loading.html)
|
||||||
- Use ES2020 async imports, if possible
|
- Use ES2020 async imports, if possible
|
||||||
- [ ] Make the UI look coherent
|
- [ ] Make the UI look coherent
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,7 +5,6 @@
|
|||||||
v-for="option of sortedOptions"
|
v-for="option of sortedOptions"
|
||||||
:key="option.label"
|
:key="option.label"
|
||||||
v-show="option.show"
|
v-show="option.show"
|
||||||
:class="{ 'menu-option--visible': option.show }"
|
|
||||||
@click.prevent="option.action"
|
@click.prevent="option.action"
|
||||||
>
|
>
|
||||||
<span class="menu-option__text">{{ option.label }}</span>
|
<span class="menu-option__text">{{ option.label }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user