Skip to content

feat(types): update slots by implementing defineSlots macro#1434

Merged
mlmoravek merged 28 commits intodevelopfrom
docs/1391/defineSlots
Dec 11, 2025
Merged

feat(types): update slots by implementing defineSlots macro#1434
mlmoravek merged 28 commits intodevelopfrom
docs/1391/defineSlots

Conversation

@mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Oct 4, 2025

Fixes #1391

Proposed Changes

  • refactor components to use defineSlots instead of in template slot documentation

@mlmoravek mlmoravek added the documentation Improvements or additions to documentation label Oct 4, 2025
@netlify
Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 59e8c2f
🔍 Latest deploy log https://app.netlify.com/projects/oruga-documentation-preview/deploys/693b2b96023a4f000793b15b
😎 Deploy Preview https://deploy-preview-1434--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 project configuration.

@mlmoravek mlmoravek marked this pull request as draft October 4, 2025 19:28
@mlmoravek mlmoravek changed the title docs(slots): add defineSlots to components docs(parser): update slot parser for defineSlots compatibility Oct 4, 2025
@mlmoravek mlmoravek changed the title docs(parser): update slot parser for defineSlots compatibility docs(parser): update slot parser for defineSlots compatibility Oct 4, 2025
@mlmoravek mlmoravek marked this pull request as ready for review December 10, 2025 19:28
@mlmoravek mlmoravek changed the title docs(parser): update slot parser for defineSlots compatibility feat(types): update slots by implementing defineSlots vue macro Dec 11, 2025
@mlmoravek mlmoravek changed the title feat(types): update slots by implementing defineSlots vue macro feat(types): update slots by implementing defineSlots macro Dec 11, 2025
@mlmoravek mlmoravek added the enhancement Improvements to existing features and functionality label Dec 11, 2025
@mlmoravek mlmoravek merged commit 54f20ad into develop Dec 11, 2025
12 checks passed
@mlmoravek mlmoravek deleted the docs/1391/defineSlots branch December 11, 2025 20:41
mlmoravek added a commit that referenced this pull request Dec 11, 2025
- refactor components to use `defineSlots` instead of in template slot
documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement Improvements to existing features and functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: add defineSlots to the component and use vue-component-meta data in parser

1 participant