typo: fix ThemeListModal component empty actions typo

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-08-23 11:00:05 +08:00
parent a65649b1cd
commit 6a9b6c5269
2 changed files with 2 additions and 4 deletions

View File

@ -109,7 +109,7 @@ defineExpose({
<template #icon>
<IconAddCircle class="h-full w-full" />
</template>
新增菜单项
安装主题
</VButton>
</VSpace>
</template>

View File

@ -181,9 +181,7 @@ watch(
>
<template #actions>
<VSpace>
<VButton @click="themesModal = true">
安装主题
</VButton>
<VButton @click="themesModal = true"> 安装主题 </VButton>
<VButton type="primary" @click="themesModal = true">
<template #icon>
<IconExchange class="h-full w-full" />