Skip to content

PageHeader 页头

页面标题栏。

页面标题副标题说明
vue
<APageHeader title="页面标题" subtitle="副标题">
  <template #extra><AButton>操作</AButton></template>
</APageHeader>
属性类型默认值说明
titlestring标题
subtitlestring副标题
onBack() => void返回回调

Released under the MIT License.