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
All checks were successful
Deploy to production / deploy (push) Successful in 1m55s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user