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"
|
||||
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">
|
||||
<a
|
||||
v-if="property.handler"
|
||||
|
@ -7,9 +7,9 @@
|
||||
<a
|
||||
v-for="button in buttons"
|
||||
:key="button.label"
|
||||
v-t="button.label"
|
||||
class="button is-small"
|
||||
@click="button.handler"
|
||||
v-text="$t(button.label)"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user