Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <template>
- <applicant-base-form v-model="form"></applicant-base-form>
- </template>
- <script setup lang="ts">
- import { ApplicantDataRequest } from 'src/common/entities/applicant.entity'
- import ApplicantBaseForm from 'src/components/lib/ApplicantBaseForm.vue'
- import { ref } from 'vue'
- const form = ref({} as ApplicantDataRequest)
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement