Skip to content

Commit

Permalink
fix(resultview): set input fields to readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 11, 2024
1 parent 10479f2 commit 820e2b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/ResultView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<input
class="w-full my-5 rounded-full bg-slate-100 px-2 py-1 text-md font-semibold text-slate-700"
type="text"
readonly
:value="url"
>
</div>
Expand All @@ -29,6 +30,7 @@
<input
class="w-full my-5 rounded-full bg-slate-100 px-2 py-1 text-md font-semibold text-slate-700"
type="text"
readonly
:value="props.gumId"
>
</div>
Expand Down

0 comments on commit 820e2b5

Please sign in to comment.