Slot scope with multi parameters Slot scope with multi parameters vue.js vue.js

Slot scope with multi parameters


In the parent you should use v-bind to pass props.

In the child component you can use destructuring.