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-02-22 00:49:23 +01:00
parent 9fbe5696be
commit b01b251577
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ export default {
else this.boxColor = '#ffffff';
},
boxClick() {
console.log(arguments, 'click');
console.log('click');
},
},
};

View File

@ -1,5 +1,5 @@
import { watch } from 'vue';
import { Color, FrontSide } from 'three';
import { FrontSide } from 'three';
export default {
inject: ['three', 'mesh'],