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-06 23:47:47 +01:00
parent 209939778c
commit c477a8cfb3

View File

@ -6,7 +6,6 @@ export default {
position: Object, position: Object,
rotation: Object, rotation: Object,
scale: Object, scale: Object,
loading: Boolean,
}, },
// can't use setup because it will not be used in sub components // can't use setup because it will not be used in sub components
// setup() {}, // setup() {},