If you're Using VueJS2 and like to use JSX along with it. In this case,to use the slot, the solution with example is below.We have to use this.$slots.default It's almost like this.props.children in React JS.
Component.js :
export default {
render(h) { //eslint-disable-line
return (
...