mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 12:48:04 +08:00
8 lines
167 B
Vue
8 lines
167 B
Vue
<template>
|
|
<el-page-header :icon="ArrowLeft" content="detail" />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { ArrowLeft } from '@element-plus/icons-vue'
|
|
</script>
|