refactor: use alias
This commit is contained in:
parent
93f75d813b
commit
9906e612a2
13 changed files with 40 additions and 40 deletions
|
|
@ -5,7 +5,7 @@ import { selectFilterOptionRefMod } from 'src/stores/utils';
|
|||
import { onMounted, ref, watch } from 'vue';
|
||||
import { deleteItem } from 'src/stores/utils';
|
||||
import { QSelect } from 'quasar';
|
||||
import { AddButton, DeleteButton } from 'src/components/button';
|
||||
import { AddButton, DeleteButton } from 'components/button';
|
||||
|
||||
const optionStore = useOptionStore();
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import {
|
|||
DeleteButton,
|
||||
SaveButton,
|
||||
UndoButton,
|
||||
} from 'src/components/button';
|
||||
} from 'components/button';
|
||||
|
||||
const { locale } = useI18n();
|
||||
const adrressStore = useAddressStore();
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import {
|
|||
DeleteButton,
|
||||
SaveButton,
|
||||
UndoButton,
|
||||
} from 'src/components/button';
|
||||
} from 'components/button';
|
||||
const { locale } = useI18n();
|
||||
|
||||
const employeeWork = defineModel<EmployeeWorkCreate[]>('employeeWork');
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import {
|
|||
DeleteButton,
|
||||
SaveButton,
|
||||
UndoButton,
|
||||
} from 'src/components/button';
|
||||
} from 'components/button';
|
||||
|
||||
const optionsBranch = defineModel<{ id: string; name: string }[]>(
|
||||
'optionsBranch',
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
CancelButton,
|
||||
SaveButton,
|
||||
UndoButton,
|
||||
} from 'src/components/button';
|
||||
} from 'components/button';
|
||||
|
||||
defineProps<{
|
||||
title: string;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import {
|
|||
CancelButton,
|
||||
SaveButton,
|
||||
UndoButton,
|
||||
} from 'src/components/button';
|
||||
} from 'components/button';
|
||||
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue