ant-design-vue/components/page-header/demo/basic.vue

27 lines
424 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<docs>
---
order: 1
title:
zh-CN: ๆ ‡ๅ‡†ๆ ทๅผ
en-US: Basic Page Header
---
## zh-CN
ๆ ‡ๅ‡†้กตๅคด๏ผŒ้€‚ๅˆไฝฟ็”จๅœจ้œ€่ฆ็ฎ€ๅ•ๆ่ฟฐ็š„ๅœบๆ™ฏใ€‚
## en-US
Standard header, suitable for use in scenarios that require a brief description.
</docs>
<template>
<a-page-header
style="border: 1px solid rgb(235, 237, 240)"
title="Title"
sub-title="This is a subtitle"
@back="() => null"
/>
</template>