build(deps): bump element-plus from 2.0.2 to 2.1.0 (#260)

This commit is contained in:
Fine0830
2023-04-16 10:53:09 +08:00
committed by GitHub
parent 7257858921
commit 7dde4820de
8 changed files with 48 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License. -->
<div class="search">
<el-input v-model="searchText" placeholder="Please input instance name" @change="searchList" class="inputs">
<template #append>
<el-button class="btn" @click="searchList">
<el-button @click="searchList">
<Icon size="sm" iconName="search" />
</el-button>
</template>