mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
wip
This commit is contained in:
parent
9fbe5696be
commit
b01b251577
@ -32,7 +32,7 @@ export default {
|
|||||||
else this.boxColor = '#ffffff';
|
else this.boxColor = '#ffffff';
|
||||||
},
|
},
|
||||||
boxClick() {
|
boxClick() {
|
||||||
console.log(arguments, 'click');
|
console.log('click');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { watch } from 'vue';
|
import { watch } from 'vue';
|
||||||
import { Color, FrontSide } from 'three';
|
import { FrontSide } from 'three';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
inject: ['three', 'mesh'],
|
inject: ['three', 'mesh'],
|
||||||
|
Loading…
Reference in New Issue
Block a user