Can you explain why this is incorrect and guide me on what steps I should take? Please refer to the image below.
@Prop(Array) menu!: object
created() {
this.$nextTick(() => {
bus.$emit('user', this.menu[0].childs)
})
}
mounted() {
}