Skip to content

Commit

Permalink
修复 进度为0 里面还有一小段的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sos committed Apr 4, 2018
1 parent 48f552a commit 664f273
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 309 deletions.
2 changes: 1 addition & 1 deletion examples-src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div :class="box_cls" :style="box_style">
<div :class="label_cls">Default circle</div>
<div class="tc">
<progress-bar value="65"></progress-bar>
<progress-bar value="0"></progress-bar>
</div>
</div>
<div :class="box_cls" :style="box_style">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-progress-bar",
"version": "0.1.12",
"version": "0.1.13",
"description": "A simple,progress bar for Vue.js",
"main": "dist/svg-progress-bar.min.js",
"scripts": {
Expand Down
Loading

0 comments on commit 664f273

Please sign in to comment.