Closed nikitindiz closed 5 years ago
@nikitindiz is this what you meant ?
@Component({
components: { comp }
})
export default class Sample extends Vue {}
@Try-Parser Exactly. Strangely my typescript is hinting that I should use component
there, not plural components
...
@stevefan1999 then i think you have and error import occur before the
@Component
can i see your code?
Added @Try-Parser example to readme.
Documentation doesn't cover passing
components: {}
to the component. It there a way to do that?