mirror of https://github.com/halo-dev/halo
typo: fix ThemeListModal component empty actions typo
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
a65649b1cd
commit
6a9b6c5269
|
@ -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…
Reference in New Issue