<script src="https://unpkg.com/vue/dist/vue.js"></script>
<div id="app">
<h5>Nested pass slot</h5>
<grand-father>
<div slot="passName">
my name is grandFather,I want to show it in child
<!-- Slot with many different names-->
</div>
</grand-father>
</div>