参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
title | 标题 | stirng | —— | —— |
subtitle | 副标题 | stirng | —— | —— |
事件名称 | 说明 | 回调参数 |
---|---|---|
click | 点击发生的回调 | —— |
<template> <div class="titleGroup"> <title-group title="本周跑步记录" subtitle="生命在于运动"></title-group> </div> </template> <script> import { TitleGroup } from 'genie-ui' export default { components: { TitleGroup } } </script>