fix: camel case requirement for make-default

This commit is contained in:
Calum H.
2025-05-24 17:15:12 +01:00
committed by Alejandro González
parent b83eb10fa3
commit 0dd033d7f2

View File

@@ -68,9 +68,8 @@
</Group>
</Suspense>
<!-- eslint-disable-next-line vue/attribute-hyphenation -->
<TresPerspectiveCamera
:make-default="true"
:make-default.camel="true"
:fov="fov"
:position="[0, 1.5, -3.25]"
:look-at="target"