fix: camel case requirement for make-default
This commit is contained in:
committed by
Alejandro González
parent
b83eb10fa3
commit
0dd033d7f2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user