From 872f69c161fc3f72276415bafce7dcaf4a8c1eff Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Thu, 10 May 2018 19:15:43 +0800 Subject: [PATCH] fix: customRow events (#16) --- components/table/createBodyRow.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/createBodyRow.jsx b/components/table/createBodyRow.jsx index 777bcae00..67f63faf8 100644 --- a/components/table/createBodyRow.jsx +++ b/components/table/createBodyRow.jsx @@ -51,7 +51,7 @@ export default function createTableRow (Component = 'tr') { } return ( - + {this.$slots.default} )