diff --git a/examples/swiper/demos/current.vue b/examples/swiper/demos/current.vue
index 71e4fd3dea..7ad12ab391 100644
--- a/examples/swiper/demos/current.vue
+++ b/examples/swiper/demos/current.vue
@@ -21,11 +21,8 @@
- 6 ? 0 : current + 1"
- >
- 跳转到第 {{current + 2 >= 7 ? 1 : current + 2}} 项
+ 6 ? 0 : current + 1">
+ 跳转到第 {{ current + 2 >= 7 ? 1 : current + 2 }} 项
diff --git a/examples/table/demos/drag-col-sort.vue b/examples/table/demos/drag-col-sort.vue
index 2dd0c1c929..aa65a5e137 100644
--- a/examples/table/demos/drag-col-sort.vue
+++ b/examples/table/demos/drag-col-sort.vue
@@ -1,12 +1,10 @@
-
-
-
- {{ ['健康', '警告', '异常'][row.status] }}
+
+ {{ ['健康', '警告', '异常'][row && row.status] }}
@@ -14,27 +12,20 @@
-
diff --git a/examples/table/demos/expandable.vue b/examples/table/demos/expandable.vue
index 78f571acb7..60bc195e98 100644
--- a/examples/table/demos/expandable.vue
+++ b/examples/table/demos/expandable.vue
@@ -17,7 +17,7 @@
允许点击行之后展开/收起
- 固定列
+ 固定列
空数据
@@ -61,7 +61,7 @@