diff --git a/src/core/Object3D.js b/src/core/Object3D.js index 05b3140..026b8b3 100644 --- a/src/core/Object3D.js +++ b/src/core/Object3D.js @@ -6,7 +6,6 @@ export default { position: Object, rotation: Object, scale: Object, - loading: Boolean, }, // can't use setup because it will not be used in sub components // setup() {},