mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Remove deprecated directives
This commit is contained in:
parent
a82c80eb65
commit
8526268d70
@ -16,7 +16,7 @@
|
|||||||
:key="property.label"
|
:key="property.label"
|
||||||
class="mb-3"
|
class="mb-3"
|
||||||
>
|
>
|
||||||
<div v-t="property.label" class="is-size-7 is-uppercase" />
|
<div class="is-size-7 is-uppercase" v-text="$t(property.label)" />
|
||||||
<div class="title is-6">
|
<div class="title is-6">
|
||||||
<a
|
<a
|
||||||
v-if="property.handler"
|
v-if="property.handler"
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
<a
|
<a
|
||||||
v-for="button in buttons"
|
v-for="button in buttons"
|
||||||
:key="button.label"
|
:key="button.label"
|
||||||
v-t="button.label"
|
|
||||||
class="button is-small"
|
class="button is-small"
|
||||||
@click="button.handler"
|
@click="button.handler"
|
||||||
|
v-text="$t(button.label)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user