mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
default resize false (troisjs/troisjs.github.io#2)
This commit is contained in:
parent
50410d4cbb
commit
795dd0c343
@ -11,7 +11,7 @@ export default {
|
|||||||
mouseOver: { type: Boolean, default: false },
|
mouseOver: { type: Boolean, default: false },
|
||||||
click: { type: Boolean, default: false },
|
click: { type: Boolean, default: false },
|
||||||
orbitCtrl: { type: [Boolean, Object], default: false },
|
orbitCtrl: { type: [Boolean, Object], default: false },
|
||||||
resize: { type: [Boolean, String], default: true },
|
resize: { type: [Boolean, String], default: false },
|
||||||
shadow: Boolean,
|
shadow: Boolean,
|
||||||
width: String,
|
width: String,
|
||||||
height: String,
|
height: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user