fix(header): use correct label semantic

This commit is contained in:
Che Guevara
2020-08-23 00:11:37 +08:00
committed by jeremywu
parent bd38e1994d
commit 24f2a83680

View File

@@ -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'