diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index 65bf8b9..7efb951 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -96,6 +96,9 @@ }, components: components }); + if ($parent.$store != undefined) { + component.$store = $parent.$store; + } component.row = this.row; component.column = this.column; -- libgit2 0.21.4