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(button): fix slots reactivity issue #51

Merged
merged 1 commit into from
May 17, 2023

Commits on May 16, 2023

  1. fix(button): fix slots reactivity issue

    There are some classes apply the button when slots exist, because of slots are not reactivy we could
    not toogle this class when slots toogle with v-if.Fix this issue my moving this classes to template,
    because of vue re-render the component when slots toogle we can apply the classes
    
    #33
    rhmkstk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    06e6e23 View commit details
    Browse the repository at this point in the history