1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00

camera cs

This commit is contained in:
Kevin Levron 2021-04-02 23:01:58 +02:00
parent 4b2564baf8
commit 75b34b23c5

View File

@ -8,4 +8,4 @@ export default {
render() {
return this.$slots.default ? this.$slots.default() : [];
},
}
};