我看到其他博主写的一篇非常好的文章 :传送门
参考上述代码的一些心得说明
源代码
```go
<template lang="">
<div>
<h3>这是父组件</h3>
<son>
<template slot="myslot" slot-scope="scope">
我看到其他博主写的一篇非常好的文章 :传送门
```go
<template lang="">
<div>
<h3>这是父组件</h3>
<son>
<template slot="myslot" slot-scope="scope">