Browse Source

table增加分组表头

tongshangming 2 năm trước cách đây
mục cha
commit
6ae0b4f4e1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main.ts

+ 2 - 2
src/main.ts

@@ -24,7 +24,7 @@ import {
   // 可选组件
   Icon,
   Column,
-  // Colgroup,
+  Colgroup,
   // Grid,
   Tooltip,
   Toolbar,
@@ -66,7 +66,7 @@ function useTable(app: any) {
   app
     .use(Icon)
     .use(Column)
-    // .use(Colgroup)
+    .use(Colgroup)
     // .use(Grid)
     .use(Tooltip)
     .use(Toolbar)