Merge pull request #283 from lzpeng723/feat/ContentWrap

ContentWrap 添加 header 区域插槽
This commit is contained in:
Archer 2023-08-09 17:19:00 +08:00 committed by GitHub
commit db3787ebc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ defineProps({
</template>
<Icon class="ml-5px" icon="bi:question-circle-fill" :size="14" />
</ElTooltip>
<div class="flex pl-20px flex-grow">
<slot name="header"></slot>
</div>
</div>
</template>
<div>