mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor
This commit is contained in:
parent
855be4bfa1
commit
5250943440
19 changed files with 86 additions and 247 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue