8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 0 additions and 8 deletions
Showing only changes of commit ed211ba14b - Show all commits

View File

@ -4,14 +4,6 @@ import VnSelect from 'components/common/VnSelect.vue';
const model = defineModel({ type: [String, Number, Object] });
const url = 'Suppliers';
const value = computed({
get() {
return model;
},
set(val) {
emit('update:modelValue', val);
},
});
</script>
<template>