Skip to content

Commit b62c3d0

Browse files
authored
Merge pull request #355 from emodo/feature/slider
feat(slider): update slider doc
2 parents 35fb400 + 78c4a33 commit b62c3d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/quarkd/src/slider/doc.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ import "quarkd/lib/slider";
5757
### 自定义按钮
5858

5959
```html
60-
<quark-slider value="50">
61-
<div slot="button" class="custom-button">50</div>
60+
<quark-slider value="60">
61+
<div slot="button" class="custom-button">60</div>
6262
</quark-slider>
6363

6464
<style>

0 commit comments

Comments
 (0)