Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 3, 2021
1 parent 900f93c commit 1cd2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>

<div class="toolbar">
<img style="max-width: 100%; max-height: 100%" src="./assets/logo.png" />
<!-- <img style="max-width: 100%; max-height: 100%" src="./assets/logo.png" /> -->
<a-form layout="inline" :model="form" @submit.native.prevent="onSubmit">
<a-form-item label="Username">
<a-input v-model:value="form.username.value" />
Expand Down

0 comments on commit 1cd2954

Please sign in to comment.