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 2020-09-16 23:27:40 +02:00
parent 6040b6f44d
commit 3a3f446fdb

View File

@ -1,6 +1,6 @@
export default {
inject: ['parent'],
beforeMounted() {
beforeMount() {
if (!this.parent) {
console.error('Missing parent Mesh');
}