element-plus/website/docs/en-US/page-header.md
qiang 87a16f24d3
workflow: Auto generate code hint files from the docs (#1749)
* chore: add components-helper

* docs: unified style

* docs: unified style

* docs: unified style

* docs: unified style

* chore: replace Accepted Values for icon

* chore: delete vetur folder

* chore: add components-helper

* docs: unified style

* docs: unified style

* docs: unified style

* docs: unified style

* chore: replace Accepted Values for icon

* chore: delete vetur folder
2021-04-06 11:41:02 +08:00

1014 B

PageHeader

If path of the page is simple, it is recommended to use PageHeader instead of the Breadcrumb.

Basic

:::demo

<el-page-header @back="goBack" content="detail">
</el-page-header>

<script>
  export default {
    methods: {
      goBack() {
        console.log('go back');
      }
    }
  }
</script>

:::

Attributes

Attribute Description Type Accepted Values Default
title main title string Back
content content string

Events

Event Name Description Parameters
back triggers when right side is clicked

Slots

Name Description
title title content
content content