refactor: use alias
This commit is contained in:
parent
93f75d813b
commit
9906e612a2
13 changed files with 40 additions and 40 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import QuatationForm from './QuatationForm.vue';
|
||||
import SideMenu from 'src/components/SideMenu.vue';
|
||||
import ImageUploadDialog from 'src/components/ImageUploadDialog.vue';
|
||||
import SideMenu from 'components/SideMenu.vue';
|
||||
import ImageUploadDialog from 'components/ImageUploadDialog.vue';
|
||||
import { watch } from 'vue';
|
||||
|
||||
const isOpen = ref(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue