aboutsummaryrefslogtreecommitdiff
path: root/src/components/domain_mute_card
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-07 22:42:34 +0300
committerHenry Jameson <me@hjkos.com>2021-04-07 22:42:34 +0300
commit61dcdbf99293de8c8b813ccec2833b190d3f97b2 (patch)
treef3c962a2fd8a290e5687135cdf16ec8a794a4076 /src/components/domain_mute_card
parent8b96ea93776fd1eb462a7c54822d4f8ad6a9e776 (diff)
migrate to v-slot
Diffstat (limited to 'src/components/domain_mute_card')
-rw-r--r--src/components/domain_mute_card/domain_mute_card.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/domain_mute_card/domain_mute_card.vue b/src/components/domain_mute_card/domain_mute_card.vue
index 3b5aec14..836688aa 100644
--- a/src/components/domain_mute_card/domain_mute_card.vue
+++ b/src/components/domain_mute_card/domain_mute_card.vue
@@ -9,7 +9,7 @@
class="btn button-default"
>
{{ $t('domain_mute_card.unmute') }}
- <template slot="progress">
+ <template v-slot:progress>
{{ $t('domain_mute_card.unmute_progress') }}
</template>
</ProgressButton>
@@ -19,7 +19,7 @@
class="btn button-default"
>
{{ $t('domain_mute_card.mute') }}
- <template slot="progress">
+ <template v-slot:progress>
{{ $t('domain_mute_card.mute_progress') }}
</template>
</ProgressButton>