清理组件

This commit is contained in:
aixianling
2021-12-16 11:29:10 +08:00
parent dd1aef6fb3
commit 91b313394d

View File

@@ -16,14 +16,9 @@
</template>
<script>
import UTable from "../uview/components/u-table/u-table";
import UTd from "../uview/components/u-td/u-td";
import UTh from "../uview/components/u-th/u-th";
import UTr from "../uview/components/u-tr/u-tr";
export default {
name: "AiTable",
components: {UTr, UTh, UTd, UTable},
props: {
data: {default: () => []},
colConfigs: {default: () => []},