1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-03-05 08:03:20 +01:00
parent 50410d4cbb
commit 795dd0c343

View File

@ -11,7 +11,7 @@ export default {
mouseOver: { type: Boolean, default: false },
click: { type: Boolean, default: false },
orbitCtrl: { type: [Boolean, Object], default: false },
resize: { type: [Boolean, String], default: true },
resize: { type: [Boolean, String], default: false },
shadow: Boolean,
width: String,
height: String,