ionic-team / stencil-ds-output-targets

These are output targets that can be added to Stencil for React and Angular.
https://stenciljs.com
MIT License
248 stars 112 forks source link

bug: @stencil/vue-output-target only export default slot in autocomplete #442

Open Sukaato opened 3 months ago

Sukaato commented 3 months ago

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 the default slot is visible in autocomplete, the others are simply omitted.

Expected Behavior

Have all the component available slots in autocomplete

Steps to Reproduce

See 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.

ionitron-bot[bot] commented 3 months ago

Thanks for the issue!

This project is currently maintained for the purposes of supporting Ionic Framework. At this time, only new issues & pull requests that support Ionic Framework will be prioritized. For the latest updates regarding the maintenance status of this project, please see this section of the project's README