File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
![ GitHub] ( https://img.shields.io/github/license/setaman/vue-ellipse-progress?style=for-the-badge )
5
5
![ Travis (.org)] ( https://img.shields.io/travis/setaman/vue-ellipse-progress?style=for-the-badge )
6
6
7
- A dependency-free simple, flexible and smooth Vue.js plugin to create beautiful circle progress bars, implemented with SVG.
8
-
7
+ A dependency-free simple, flexible and smooth Vue.js plugin to create beautiful circle progress bars, implemented with SVG.
9
8
Start creating circles in three steps:
10
9
``` js
11
10
// install
@@ -16,7 +15,7 @@ createApp(App).use(veProgress);
16
15
// use
17
16
< ve- progress : progress= " 50" / >
18
17
```
19
- - [ Installation] ( #installation-options )
18
+ - [ Installation options ] ( #installation-options )
20
19
- [ Usage] ( #usage )
21
20
- [ Options] ( #options )
22
21
- [ Compatibility] ( #compatibility )
@@ -667,10 +666,10 @@ This code ...
667
666
<ve-progress .... >
668
667
669
668
<template #legend >
670
- <span slot = " legend-value " >/200</span >
669
+ <span >/200</span >
671
670
</template >
672
671
<template #legend-caption >
673
- <p slot = " legend-caption " >TASKS DONE</p >
672
+ <p >TASKS DONE</p >
674
673
</template >
675
674
676
675
</ve-progress >
You can’t perform that action at this time.
0 commit comments