mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00
8 lines
170 B
Vue
8 lines
170 B
Vue
<template>
|
|
<el-page-header icon="">
|
|
<template #content>
|
|
<span class="text-large font-600 mr-3"> Title </span>
|
|
</template>
|
|
</el-page-header>
|
|
</template>
|