refactor(components): hoverContainer组件属性调整

This commit is contained in:
Soybean
2021-11-17 14:00:57 +08:00
parent 9c7bdb67b7
commit 4642ee62a3
8 changed files with 22 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<template>
<hover-container class="w-64px h-full" placement="bottom-end" content="重新加载" @click="handleRefresh">
<hover-container class="w-64px h-full" tooltip-content="重新加载" placement="bottom-end" @click="handleRefresh">
<icon-mdi-refresh class="text-16px" :class="{ 'reload-animation': loading }" />
</hover-container>
</template>