默认 slot 方式或 title 参数的方式都可以展示标题内容。
<template> <div class=""> <w-title>默认标题</w-title> <w-divider /> <w-title size="small">小标题</w-title> <w-divider /> <w-title :round="false"> 个人详情 <template #suf-append> <w-button text type="primary" :icon="Search">搜索</w-button> </template> </w-title> </div> </template> <script setup lang="ts"> import { Search } from '@win-design-next/icons-vue' </script>
Copyright 2025 Winning Health 版权所有