Closed skirtles-code closed 6 months ago
Hey there!
Looks like this issue has been hanging around for a bit without much action. Our roadmaps have evolved quite a bit since then, and a bunch of older issues aren't really applicable anymore. So, we're tidying things up by closing out the older ones to keep our issue tracker nice and organized for future feedback.
If you still think this problem needs addressing, don't hesitate to reopen the issue. We're here to help!
Thanks a bunch!
Some changes you might consider:
nextTick
is not part of the Composition API. I'd consider not includingnextTick()
at all, as it seems no more important than several other topics that aren't mentioned.create-vue
is now used for scaffolding, which uses Vite. Vitest is a popular choice for unit testing.v-model
deserves a separate mention too. I would probably have scoped slots listed separately, as an advanced topic. If the Fundamentals section feels a bit crowded, I think Attribute Inheritance could be moved down to Advanced.