mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-08 14:06:58 +00:00
Avoid error
This commit is contained in:
parent
c7cc3dcdfd
commit
5a653531e2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<x-column>
|
<x-column>
|
||||||
<template #header>
|
<template #header>
|
||||||
<fa :icon="icon"/>{{ title }}
|
<fa v-if="icon" :icon="icon"/>{{ title }}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue