清理组件
This commit is contained in:
@@ -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: () => []},
|
||||
|
||||
Reference in New Issue
Block a user