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

fix(programmatic): solve wrong events prop type #1114

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Nov 14, 2024

Proposed Changes

  • create a custom ComponentEmits helper which defines the emits of an component as object. Because the ComponentEmit from "vue-component-type-helpers" does not export the emits as an object but as: ((event: "close", ...args: any[]) => void) | undefined

@mlmoravek mlmoravek added the bug Something isn't working label Nov 14, 2024
Copy link

netlify bot commented Nov 14, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 7659405
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/67362d20ea07100008f9f906
😎 Deploy Preview https://deploy-preview-1114--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mlmoravek mlmoravek changed the title fix(programmatic): solve events prop type fix(programmatic): solve wrong events prop type Nov 14, 2024
@mlmoravek mlmoravek merged commit 0271e7e into develop Nov 15, 2024
9 of 10 checks passed
@mlmoravek mlmoravek deleted the bug/programmatics/events branch November 15, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant