Sendya 6 years ago
parent
commit
ae2881d2c7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/table/index.js

+ 1 - 2
src/components/table/index.js

@@ -250,7 +250,7 @@ export default {
       ]);
 
     }
-/*
+
     return h("a-table", {
       tag: "component",
       attrs: props,
@@ -259,7 +259,6 @@ export default {
       },
       scopedSlots: this.$scopedSlots
     }, this.$slots.default);
-    */
 
   }
 };