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…
Reference in a new issue