VUE 3 CHEATSHEET FOR DEVELOPERS - LearnVue
But this guide can help you to refactor your code for Vue 3 if you are already using <slot> in your components. ... In Vue 2, you can create a named scoped slot like this ...
How to type vue Component in props
If using Type-based props declarations , Vue will try its best to compile the type annotations into equivalent runtime prop declarations.
