feat: 封装xTable 组件

This commit is contained in:
xingyu
2023-01-03 10:10:51 +08:00
parent 6f8384af70
commit f831b43dec
8 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import XTable from './src/XTable.vue'
export { XTable }