页面

<!- 组件A ->
<ComponetB>
<temple #left>哈哈哈</temple>
</ComponetB>
<!- 组件B ->
<ComponetC>
<temple #left>
<slot name="left"></slot>
</temple>
</ComponetC>
<!- 组件C ->
<temple>
<header>Hello</header>
<slot name="left"></slot>
</temple>