mirror of https://github.com/halo-dev/halo-admin
typo: fix ThemeListModal component empty actions typo
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/599/head^2
parent
441f45e10c
commit
30197b64fb
|
@ -109,7 +109,7 @@ defineExpose({
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<IconAddCircle class="h-full w-full" />
|
<IconAddCircle class="h-full w-full" />
|
||||||
</template>
|
</template>
|
||||||
新增菜单项
|
安装主题
|
||||||
</VButton>
|
</VButton>
|
||||||
</VSpace>
|
</VSpace>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -181,9 +181,7 @@ watch(
|
||||||
>
|
>
|
||||||
<template #actions>
|
<template #actions>
|
||||||
<VSpace>
|
<VSpace>
|
||||||
<VButton @click="themesModal = true">
|
<VButton @click="themesModal = true"> 安装主题 </VButton>
|
||||||
安装主题
|
|
||||||
</VButton>
|
|
||||||
<VButton type="primary" @click="themesModal = true">
|
<VButton type="primary" @click="themesModal = true">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<IconExchange class="h-full w-full" />
|
<IconExchange class="h-full w-full" />
|
||||||
|
|
Loading…
Reference in New Issue