table.js 99 B

1234567
  1. import ZTable from '../../../components/table'
  2. export default {
  3. components: {
  4. ZTable,
  5. },
  6. }