From 311f3a698e0d4f408a8c3e2930d1f3c9c5a64292 Mon Sep 17 00:00:00 2001 From: vrifox Date: Tue, 18 Jul 2023 15:05:55 +0200 Subject: [PATCH] add translatable string for artist>subscribers --- src/components/Artist.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Artist.vue b/src/components/Artist.vue index 9fdeffa..fbfada0 100644 --- a/src/components/Artist.vue +++ b/src/components/Artist.vue @@ -3,6 +3,7 @@ import { onMounted, onUpdated, ref } from 'vue'; import Btn from './Btn.vue'; import { useStore } from '@/scripts/util.js'; + import { useResults, useArtist } from '@/stores/results.js'; import { useI18n } from '@/stores/misc.js';