Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
Sukaato opened this issue Jun 18, 2024 · 1 comment
Open
3 tasks done
Labels

Comments

@Sukaato
Copy link

Sukaato commented Jun 18, 2024

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

  • create a vue projet
  • install @ionic/vue
  • add a IonButton
  • add template children

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 ionitron-bot bot added the triage label Jun 18, 2024
Copy link

ionitron-bot bot commented Jun 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant