refactor: use alias
This commit is contained in:
parent
93f75d813b
commit
9906e612a2
13 changed files with 40 additions and 40 deletions
|
|
@ -9,7 +9,7 @@ import {
|
|||
EditButton,
|
||||
DeleteButton,
|
||||
UndoButton,
|
||||
} from 'src/components/button';
|
||||
} from 'components/button';
|
||||
defineProps<{
|
||||
prefixId?: string;
|
||||
outlined?: boolean;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import FormAddress from 'src/components/02_personnel-management/FormAddress.vue';
|
||||
import FormAddress from 'components/02_personnel-management/FormAddress.vue';
|
||||
import EmployerFormBusiness from './EmployerFormBusiness.vue';
|
||||
import EmployerFormContact from './EmployerFormContact.vue';
|
||||
import { CustomerCreate } from 'src/stores/customer/types';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue