feat: Füge Lazy-Loading und zusätzliche Props für Character3D-Komponente hinzu
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s

This commit is contained in:
Torsten Schulz (local)
2026-05-21 08:52:25 +02:00
parent 7b56388bee
commit 3df7abe628
2 changed files with 54 additions and 5 deletions

View File

@@ -318,6 +318,9 @@
<Character3D
:gender="child.gender"
:age="child.age"
:lightweight="true"
:noBackground="true"
:lazy="true"
/>
</div>
</div>
@@ -392,6 +395,9 @@
<Character3D
:gender="lover.gender"
:age="lover.age"
:lightweight="true"
:noBackground="true"
:lazy="true"
/>
</div>
</div>