Skip to content

Commit

Permalink
chore: fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Oct 25, 2023
1 parent bb0325d commit 711c431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/veui/demo/cases/Rating.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<article>
<h1>
<code>&lt;veui-stack&gt;</code>
<code>&lt;veui-rating&gt;</code>
</h1>
<veui-stack direction="column" gap="m">
<veui-stack gap="s">
Expand Down Expand Up @@ -44,7 +44,7 @@
</section>
<section>
<h3>自定义符号</h3>
<veui-rating>
<veui-rating :clearable="clearable" :readonly="readonly" allow-half>
<template #symbol>♥︎</template>
</veui-rating>
</section>
Expand Down

1 comment on commit 711c431

@vercel
Copy link

@vercel vercel bot commented on 711c431 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

veui – ./

veui-demo.vercel.app
veui-ecomfe.vercel.app
veui-git-main-ecomfe.vercel.app
main.veui.dev

Please sign in to comment.