This commit is contained in:
syuilo
2021-10-14 23:14:14 +09:00
parent 8ee4b180f9
commit 72b616a990
4 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@
<XColumn v-if="deckStore.state.alwaysShowMainColumn || $route.name !== 'index'" :column="column" :is-stacked="isStacked">
<template #header>
<template v-if="pageInfo">
<i :class="pageInfo.icon"></i>
{{ pageInfo.title }}
</template>
</template>