karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

made all options in options interface optional #115

Closed akki-jat closed 6 years ago

akki-jat commented 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.