mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13:36 +08:00
chore: update element-plus@1.3.0-beta.1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user