mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
add t/strings for copy to clipboard
This commit is contained in:
parent
23ea92f124
commit
4efb38a1e0
4 changed files with 10 additions and 4 deletions
|
@ -8,12 +8,14 @@ import { useUpdatePlaylist } from '@/scripts/db.js';
|
|||
|
||||
import { useResults, useArtist } from '@/stores/results.js';
|
||||
import { useData, usePlayer } from '@/stores/player.js';
|
||||
import { useI18n } from '@/stores/misc.js';
|
||||
|
||||
const rand = useRand(),
|
||||
data = useData(),
|
||||
results = useResults(),
|
||||
player = usePlayer(),
|
||||
artist = useArtist();
|
||||
artist = useArtist(),
|
||||
{ t } = useI18n();
|
||||
|
||||
const props = defineProps({
|
||||
index: Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue