feat: debounce & thtottle (#244)

This commit is contained in:
一万
2022-04-19 11:17:23 +08:00
committed by GitHub
parent a80c6f034a
commit db09d1c442
7 changed files with 101 additions and 15 deletions

View File

@@ -55,11 +55,7 @@ function onCloseTags() {
<template>
<el-card>
<template #header>
<div class="card-header">
<span class="font-medium"
>标签页复用超出限制自动关闭使用场景: 动态路由</span
>
</div>
<div>标签页复用超出限制自动关闭使用场景: 动态路由</div>
</template>
<el-button v-for="index in 6" :key="index" @click="toDetail(index)">
打开{{ index }}详情页