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