Skip to content

Commit 37b80c9

Browse files
committed
cleanup.
1 parent 823377f commit 37b80c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/table/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default {
250250
]);
251251

252252
}
253-
/*
253+
254254
return h("a-table", {
255255
tag: "component",
256256
attrs: props,
@@ -259,7 +259,6 @@ export default {
259259
},
260260
scopedSlots: this.$scopedSlots
261261
}, this.$slots.default);
262-
*/
263262

264263
}
265264
};

0 commit comments

Comments
 (0)