@@ -6,7 +6,7 @@
|
||||
<q-item dense>
|
||||
<q-item-section>
|
||||
<q-item-label class="text-bold text-primary text-center">
|
||||
{{ opt.name }}
|
||||
{{ $t(opt.name) }}
|
||||
</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
@@ -46,7 +46,7 @@ import type { PropType } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
amounts: {
|
||||
type: Object as PropType<Amount[]>,
|
||||
type: Array as PropType<Amount[]>,
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user