bug: @stencil/vue-output-target only export default slot in autocomplete #442
Labels
help wanted
a good issue for the community
package: vue
@stencil/vue-output-target package
type: bug
Something isn't working
Prerequisites
Stencil Version
4.18.3
Stencil Framework Output Target
Vue
Stencil Framework Output Target Version
^0.8.8
Current Behavior
In the generated
vue-component-lib/utils.ts
file, only thedefault
slot is visible in autocomplete, the others are simply omitted.Expected Behavior
Have all the component available slots in autocomplete
Steps to Reproduce
@ionic/vue
IonButton
template
childrenSee the autocomplete of template slot name only show the default slot
Code Reproduction URL
https://github.com/Sukaato/stencil-vue-output-target-slots
Additional Information
https://github.com/Sukaato/stencil-vue-output-target-slots/blob/main/src/views/HomePage.vue#L23
This is not a problem specific to ionic, but to all stencil projects that export components to vue.
The text was updated successfully, but these errors were encountered: