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

Corrected and improved docs on type definitions for Custom Elements. #3073

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Oct 27, 2024

  1. Corrected and improved documentation on type definitions for Custom E…

    …lements.
    
    The doc was incorrect for two reasons:
    
    - For Vue-based custom elements, the types passed into `GlobalComponents` need to be the Vue component types, not the custom element types, or the custom elements will not be type checked in Vue templates.
    - The name of the elements need to have at least two words and a hyphen, otherwise with single words the custom elements will not work at all.
    trusktr committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8742efd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9da839d View commit details
    Browse the repository at this point in the history