Avoid error
This commit is contained in:
parent
c7cc3dcdfd
commit
5a653531e2
@ -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 New Issue
Block a user