mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(header): use correct label semantic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<footer class="el-header" :style="{ height }">
|
||||
<header class="el-header" :style="{ height }">
|
||||
<slot></slot>
|
||||
</footer>
|
||||
</header>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
Reference in New Issue
Block a user