From 107af480cd5ca47f1a5c1a5855e411951e7507a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Sun, 30 Oct 2016 11:31:43 +0800 Subject: [PATCH] Table: fix a doc typo (#723) --- examples/docs/zh-cn/table.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/examples/docs/zh-cn/table.md b/examples/docs/zh-cn/table.md index 983071ab2..1bf173f93 100644 --- a/examples/docs/zh-cn/table.md +++ b/examples/docs/zh-cn/table.md @@ -112,10 +112,6 @@ methods: { handleSelectionChange(val) { - this.singleSelection = val; - }, - - handleMultipleSelectionChange(val) { this.multipleSelection = val; }, @@ -138,10 +134,6 @@ }, watch: { - singleSelection(val) { - console.log('selection: ', val); - }, - multipleSelection(val) { console.log('selection: ', val); } @@ -684,7 +676,7 @@ + @selection-change="handleSelectionChange">