diff --git a/examples/routers/table.vue b/examples/routers/table.vue
index 6f52f0c1..41b5c4ad 100644
--- a/examples/routers/table.vue
+++ b/examples/routers/table.vue
@@ -84,7 +84,8 @@
{
name: '张小刚',
age: 25,
- address: '北京市海淀区西二旗'
+ address: '北京市海淀区西二旗',
+ _disableExpand: true
},
{
name: '李小红',
diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue
index 50f5a3b3..abd61bc9 100644
--- a/src/components/table/cell.vue
+++ b/src/components/table/cell.vue
@@ -5,7 +5,7 @@
-
+