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