diff --git a/examples/routers/table.vue b/examples/routers/table.vue index 6f52f0c..41b5c4a 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 50f5a3b..abd61bc 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -5,7 +5,7 @@ -