1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

feat: improves navigation by implementing horizontal scrolling cards (#3498)

This commit is contained in:
Amir Raminfar
2025-01-02 09:07:27 -08:00
committed by GitHub
parent 2bf811d632
commit 291d4f7f37
10 changed files with 120 additions and 22 deletions

View File

@@ -10,7 +10,5 @@
</template>
<script lang="ts" setup>
const { modelValue } = defineModels<{
modelValue: boolean;
}>();
const modelValue = defineModel<boolean>();
</script>