8 lines
181 B
Vue
8 lines
181 B
Vue
![]() |
<template>
|
||
|
<ns-view-list-table v-bind="tableConfig" />
|
||
|
</template>
|
||
|
<script lang="ts" setup>
|
||
|
import { tableConfig } from './config';
|
||
|
</script>
|
||
|
<style lang="less" scoped></style>
|