fix annoying typo in FooterCell

pull/2147/head
Franco Lucchini 2022-02-10 09:03:43 +01:00 committed by Tuğçe Küçükoğlu
parent 47071f3789
commit 18a78bb82c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<td :style="containerStyle" :class="containerClass">
<component :is="column.children.footer" :column="col" v-if="column.children && column.children.footer" />
<component :is="column.children.footer" :column="column" v-if="column.children && column.children.footer" />
{{columnProp('footer')}}
</td>
</template>