Skip to content

通用标题

一个 naive 的 h4 加上之前的提示消息的组件,就组成了最基本的标题组件

naive 的 h4 组件的所有属性也都生效

INFO

无需引入,可直接使用

Props

名称类型默认值说明
helpMessagestringundefined帮助消息,同消息组件的 msg 属性

Usage

vue
<template>
  <w-title help-message="This is a help message.">
    This is a title with a help message.
  </w-title>
</template>

基于 MIT 许可发布