Skip to content

Commit

Permalink
refactor: remove user preview and change label name
Browse files Browse the repository at this point in the history
  • Loading branch information
hkp22 committed Oct 22, 2024
1 parent 463edca commit 48a1f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/pages/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ function resetForm() {
style="width: 5rem; height: 5rem; border-radius: 9999px"
/>
</div>
<pre>{{ user }}</pre>
<!-- <pre>{{ user }}</pre> -->
<div>
<label for="name">Name</label>
<label for="avatar">Avatar</label>
<input
id="avatar"
type="file"
Expand Down

0 comments on commit 48a1f9b

Please sign in to comment.