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 {
|
||||
inject: ['parent'],
|
||||
beforeMounted() {
|
||||
beforeMount() {
|
||||
if (!this.parent) {
|
||||
console.error('Missing parent Mesh');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user