mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
fix typo
This commit is contained in:
parent
6040b6f44d
commit
3a3f446fdb
@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
inject: ['parent'],
|
inject: ['parent'],
|
||||||
beforeMounted() {
|
beforeMount() {
|
||||||
if (!this.parent) {
|
if (!this.parent) {
|
||||||
console.error('Missing parent Mesh');
|
console.error('Missing parent Mesh');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user