瀏覽代碼

改用新表格加载数据

qdy 1 月之前
父節點
當前提交
d7fd3e3b6d
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      projects/base-core/src/tabulator-tables.d.ts

+ 4
- 0
projects/base-core/src/tabulator-tables.d.ts 查看文件

@@ -0,0 +1,4 @@
1
+declare module 'tabulator-tables' {
2
+  const Tabulator: any;
3
+  export = Tabulator;
4
+}

Loading…
取消
儲存