Browse Source

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
commit
30197b64fb
  1. 2
      src/modules/interface/themes/components/ThemeListModal.vue
  2. 4
      src/modules/interface/themes/layouts/ThemeLayout.vue

2
src/modules/interface/themes/components/ThemeListModal.vue

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

4
src/modules/interface/themes/layouts/ThemeLayout.vue

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