Closed dmlinn closed 6 years ago
It appears that VCE does not account for multiple prop types in Vue.
In a Vue component, provide an array of prop types to reproduce: type: [Object, String]
type: [Object, String]
At line 160 of vue-custom-element.esm.js, a function is expected when an array is given:
Version is v3.0.2
Thanks for pointing that out. Will fix soon
Fixed in vue-custom-element@3.0.3. Thanks for reporting!
That was fast! Thanks @karol-f
It appears that VCE does not account for multiple prop types in Vue.
In a Vue component, provide an array of prop types to reproduce:
type: [Object, String]
At line 160 of vue-custom-element.esm.js, a function is expected when an array is given:
Version is v3.0.2