清理组件
This commit is contained in:
@@ -16,14 +16,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<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 {
|
export default {
|
||||||
name: "AiTable",
|
name: "AiTable",
|
||||||
components: {UTr, UTh, UTd, UTable},
|
|
||||||
props: {
|
props: {
|
||||||
data: {default: () => []},
|
data: {default: () => []},
|
||||||
colConfigs: {default: () => []},
|
colConfigs: {default: () => []},
|
||||||
|
|||||||
Reference in New Issue
Block a user