chore: update import
This commit is contained in:
parent
24ea8f1164
commit
bab448f47b
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts" setup>
|
||||
import { pageTabs, fieldSelectedOption } from './constants';
|
||||
|
||||
import { onMounted, reactive, ref } from 'vue';
|
||||
import { onMounted, reactive, ref, watch } from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import { storeToRefs } from 'pinia';
|
||||
|
||||
|
|
@ -72,8 +72,6 @@ import {
|
|||
useEmployeeForm,
|
||||
} from 'src/pages/03_customer-management/form';
|
||||
import QuotationView from './QuotationView.vue';
|
||||
import { watch } from 'vue';
|
||||
import { toRaw } from 'vue';
|
||||
|
||||
const quotationFormStore = useQuotationForm();
|
||||
const customerFormStore = useCustomerForm();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue