Skip to content

feat(component-meta): filter out irrelevant properties from exposed#5868

Merged
johnsoncodehk merged 3 commits intovuejs:masterfrom
aj-dev:feat/return-only-explicitly-exposed-properties
Dec 13, 2025
Merged

feat(component-meta): filter out irrelevant properties from exposed#5868
johnsoncodehk merged 3 commits intovuejs:masterfrom
aj-dev:feat/return-only-explicitly-exposed-properties

Conversation

@aj-dev
Copy link
Copy Markdown
Contributor

@aj-dev aj-dev commented Dec 13, 2025

This PR removes all unnecessary properties (props, slots, etc.) from exposed. Should fix #5005.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vue-component-meta, exposed contains all slots, props and events as well

2 participants