Skip to content

Commit

Permalink
chore(docs): optimize previewer code style (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyue1320 authored Sep 6, 2022
1 parent f30175e commit 2328101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/demos/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<FormConsumer>
<template #default="{ form }">
<FormItem>
= {{ `${form.values.price * form.values.count} 元` }}</FormItem
>
= {{ `${form.values.price * form.values.count} 元` }}
</FormItem>
</template>
</FormConsumer>
</Space>
Expand Down

0 comments on commit 2328101

Please sign in to comment.