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(NcActions): use new slots api #5118

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 23, 2024

  1. fix(NcActions): use new slots api

    - Since Vue 2.6 with new slots api, it is guaranteed that $scopedSlots has render function
      for all slots passed any way, while $slots only has value when using deprecated API or short-hand syntax
    - It also closer to Vue 3 API
    - `before` method is removed, there is no such lifecycle hook
    
    Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
    ShGKme committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b94ff04 View commit details
    Browse the repository at this point in the history