bug fix
continuous-integration/drone/push Build is passing Details

pull/1/head
kelvin 3 years ago
parent 87b6fae405
commit bad64f3469

@ -36,7 +36,7 @@
<el-input v-model="userKey" size="large" readonly @click.stop="handleCopy(userKey)">
<template #prepend>Api Key:</template>
<template #append>
<el-button @click="handleCopy(serverUrl)"></el-button>
<el-button @click="handleCopy(userKey)"></el-button>
</template>
</el-input>
</div>

Loading…
Cancel
Save