21 lines
388 B
Markdown
21 lines
388 B
Markdown
<cn>
|
|
#### ๆ ๅๆ ทๅผ
|
|
ๆ ๅ้กตๅคด๏ผ้ๅไฝฟ็จๅจ้่ฆ็ฎๅๆ่ฟฐ็ๅบๆฏใ
|
|
</cn>
|
|
|
|
<us>
|
|
#### Basic Page Header
|
|
Standard header, suitable for use in scenarios that require a brief description.
|
|
</us>
|
|
|
|
```vue
|
|
<template>
|
|
<a-page-header
|
|
style="border: 1px solid rgb(235, 237, 240)"
|
|
title="Title"
|
|
sub-title="This is a subtitle"
|
|
@back="() => null"
|
|
/>
|
|
</template>
|
|
```
|