UPD: Animate drag

This commit is contained in:
Robert Kossessa
2024-02-07 02:13:16 +01:00
parent dd472742dd
commit 364b4578cb
6 changed files with 118 additions and 28 deletions

View File

@@ -6,8 +6,8 @@
v-model="configPage"
:options="configPages"
class="p-2 border solid border-b">
<template v-for="(page, key) in configPages" #[key]>
{{ $t(page.titleKey) }}
<template v-for="(page, key) in configPages" #[key] :key="key">
<ScrambleText ref="title" :text="$t(page.titleKey)" />
</template>
</TabSelect>
<div class="grow overflow-y-auto">