Skip to content

Commit

Permalink
fix annoying typo in FooterCell
Browse files Browse the repository at this point in the history
  • Loading branch information
franklx authored and tugcekucukoglu committed Feb 11, 2022
1 parent 47071f3 commit 18a78bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/treetable/FooterCell.vue
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 18a78bb

Please sign in to comment.