0👍
✅
You should add the name
attribute to the <slot>
tag, not to <header>
.
For example:
#BaseLayer_0.vue
<header>
<slot name="header">
</header>
Source:stackexchange.com