fix: typo
This commit is contained in:
parent
aa0c77f480
commit
55234cd3c9
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { Icon } from '@iconify/vue/dist/iconify.js';
|
||||
import { formatNumberDecimal } from 'src/stores/utils';
|
||||
import BadgeComponent from 'components/BadgeCompoent.vue';
|
||||
import BadgeComponent from 'components/BadgeComponent.vue';
|
||||
import KebabAction from '../shared/KebabAction.vue';
|
||||
import MainButton from '../button/MainButton.vue';
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ import {
|
|||
import { precisionRound } from 'src/utils/arithmetic';
|
||||
import { useConfigStore } from 'src/stores/config';
|
||||
import QuotationFormMetadata from './QuotationFormMetadata.vue';
|
||||
import BadgeCompoent from 'src/components/BadgeCompoent.vue';
|
||||
import BadgeComponent from 'src/components/BadgeComponent.vue';
|
||||
|
||||
// defineProps<{
|
||||
// readonly?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue