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