I have tried
Component.onCompleted {
console.log(parent.id) // undefined
}
and
Component.onCompleted {
console.log(JSON.stringify(parent.id)) // application freeze
}
unsuccessfully.
I also did a brief google but didn't find anything
Comments
Post a Comment