-
Notifications
You must be signed in to change notification settings - Fork 3.4k
add $slots property to API docs #415
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
Conversation
@chrisvfritz thanks! |
@kazupon Thanks for catching it! |
Great! Just stumbled upon it. Cool that it has already been resolved. |
Hmmm... the explanation and code samples seem confusing to me. |
sorry, my poor english ... 😞 |
@jbruni Have you read the sections linked under the example? The content of |
@LinusBorg - Yes, I do understand the context, in ttheory and practice. The text could be much simpler, and the code (only perceived now) has a little error (reference to "slot2" and "slot1"), and in my opinion the code does not help clarifying the contents. I'll see if I can quickly write and send a suggestion as PR. |
* add $slots property to API docs * fix $slots reference
* add $slots property to API docs * fix $slots reference
* Recommend return type annotation (vuejs#1239) * Recommend return type annotation * make explanation clear, thank @DanielRosenwasser * translate * update date
I realized that $slots property is nothing in
guide/api/index.md
, when I found that dead link in render function.