Vue typescript recursive component
I forgot to set the name of the component in @Component
decorator:
@Component({
name: 'Recursive',
components: { Recursive }
})
This code will be working both in development and compiled modes.
I forgot to set the name of the component in @Component
decorator:
@Component({
name: 'Recursive',
components: { Recursive }
})
This code will be working both in development and compiled modes.