Documenting components | Vue Styleguidist
Isolated Vue component development environment with a living style guide
slot-scope support multiple parameters #9468 - vuejs/vue
Vue slots allow you to inject content from a parent component into a child component. ... We can also include any data from the scope of our parent component inside our slot content.
Vue Components
The built-in <component> element is used together with the built-in is attribute to create an HTML element, or a Vue component.
