Skip to content

Commit

Permalink
πŸ› Fix collection name cannot be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Mar 1, 2024
1 parent 4dcdef1 commit b0ac6a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</UFormGroup>

<UFormGroup :label="`Product name of this collection`" :ui="{ container: 'space-y-2' }">
<UInput placeholder="Product name in English" :value="nameEn" />
<UInput placeholder="甒品中文名字" :value="nameZh" />
<UInput v-model="nameEn" placeholder="Product name in English" />
<UInput v-model="nameZh" placeholder="甒品中文名字" />
</UFormGroup>

<UFormGroup
Expand Down

0 comments on commit b0ac6a9

Please sign in to comment.