Skip to content

Commit

Permalink
fix: add readOnly to vue
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Apr 12, 2024
1 parent c859fa4 commit 66dc4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions showcases/vue-showcase/src/components/input/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { DBInput } from "../../../../../output/vue/src";
:required="exampleProps.required"
:type="exampleProps.type"
:disabled="exampleProps.disabled"
:readOnly="exampleProps.readOnly"
:value="exampleProps.value"
:icon="exampleProps.icon"
:iconAfter="exampleProps.iconAfter"
Expand Down

0 comments on commit 66dc4cd

Please sign in to comment.