Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Apr 1, 2024
1 parent 4fe91e2 commit e7eba38
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 224 deletions.
2 changes: 0 additions & 2 deletions resources/js/components/FormInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
:type="type"
:min="min"
:disabled="disabled"
:value="props.value"
:class="[
{
'rounded-none rounded-r-md': prefix,
Expand Down Expand Up @@ -68,7 +67,6 @@ const props = withDefaults(
type?: string;
min?: number;
modelValue?: number | string | null;
value?: number | string;
disabled?: boolean;
prefix?: string;
name: string;
Expand Down
Loading

0 comments on commit e7eba38

Please sign in to comment.