3👍
Why do you have 2 successive @Component
instructions?
@Component({
components: {
mdButton,
mdMenu,
mdIcon
}
})
@Component
Remove the second one and this should work.
- [Vuejs]-Javascripts : Cannot read property 'toLowerCase' of undefined
- [Vuejs]-I'm not getting the errors back using axios
Source:stackexchange.com