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

Remove deprecated slot syntax in Vue components #9449

Closed
Tracked by #9448
ShGKme opened this issue May 4, 2023 · 0 comments · Fixed by #9457
Closed
Tracked by #9448

Remove deprecated slot syntax in Vue components #9449

ShGKme opened this issue May 4, 2023 · 0 comments · Fixed by #9457

Comments

@ShGKme
Copy link
Contributor

ShGKme commented May 4, 2023

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

The special slot attribute is deprecated since Vue 2.6 and removed in Vue 3. Should be v-slot directive instead.

Docs: https://v2.vuejs.org/v2/guide/components-slots.html#Deprecated-Syntax

A part of: #9448

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

Successfully merging a pull request may close this issue.

2 participants