UPD: UI Animations

This commit is contained in:
Robert Kossessa
2024-02-07 00:23:36 +01:00
parent 58f0509d87
commit e01541d06d
7 changed files with 37 additions and 20 deletions

View File

@@ -57,6 +57,9 @@
v-bind="dragOptions"
@change="(event)=>onProfileDrop(event, categoryIndex)"
>
<div v-if="category.profiles.length === 0">
HELLO THERE!
</div>
<template #item="{ element }">
<ProfileButton
:key="element.id"