This commit is contained in:
tugcekucukoglu 2024-03-19 17:14:13 +03:00
parent 855be4bfa1
commit 5250943440
19 changed files with 86 additions and 247 deletions

View file

@ -1,5 +1,5 @@
<template>
<IMInputText
<InputText
:value="modelValue"
:class="cx('root')"
:readonly="readonly"
@ -525,7 +525,7 @@ export default {
}
},
components: {
IMInputText: InputText
InputText
}
};
</script>