#6317 create vnCurrency #181

Merged
jorgep merged 16 commits from 6317-createVnCurrency into dev 2024-03-01 07:39:06 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3a1ba0bc17 - Show all commits

View File

@ -6,7 +6,6 @@ import VnInput from 'src/components/common/VnInput.vue';
const props = defineProps({
modelValue: { type: String, default: '' },
icon: { type: Boolean, default: false },
});
const { t } = useI18n();