Closed akki-jat closed 6 years ago
Issue #114
For Typescript, the error is generating because options argument in Vue.customElement() requires all the options that are defined, but we are giving only shadow.
So, I made the all options optional.
Issue #114
For Typescript, the error is generating because options argument in Vue.customElement() requires all the options that are defined, but we are giving only shadow.
So, I made the all options optional.