chore: update element-plus@1.3.0-beta.1

This commit is contained in:
xiaoxian521
2021-12-31 14:09:59 +08:00
parent e787f46414
commit 07794d000c
9 changed files with 46 additions and 89 deletions

View File

@@ -30,12 +30,7 @@ function toDetail(index: number) {
title="标签页复用超出限制自动关闭(使用场景: 动态路由)"
name="tag"
>
<el-button
v-for="index in 6"
:key="index"
size="medium"
@click="toDetail(index)"
>
<el-button v-for="index in 6" :key="index" @click="toDetail(index)">
打开{{ index }}详情页
</el-button>
</el-collapse-item>