1 2 3 4 5 6 7
<script setup lang="ts"> import clientsTable from './../components/customers_table.vue' </script> <template> <clientsTable /> </template>