typo: fix ThemeListModal component empty actions typo

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/599/head^2
Ryan Wang 2 years ago
parent 441f45e10c
commit 30197b64fb

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

@ -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" />

Loading…
Cancel
Save