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 44![ GitHub] ( https://img.shields.io/github/license/setaman/vue-ellipse-progress?style=for-the-badge )
55![ Travis (.org)] ( https://img.shields.io/travis/setaman/vue-ellipse-progress?style=for-the-badge )
66
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.
98Start creating circles in three steps:
109``` js
1110// install
@@ -16,7 +15,7 @@ createApp(App).use(veProgress);
1615// use
1716< ve- progress : progress= " 50" / >
1817```
19- - [ Installation] ( #installation-options )
18+ - [ Installation options ] ( #installation-options )
2019- [ Usage] ( #usage )
2120- [ Options] ( #options )
2221- [ Compatibility] ( #compatibility )
@@ -667,10 +666,10 @@ This code ...
667666<ve-progress .... >
668667
669668<template #legend >
670- <span slot = " legend-value " >/200</span >
669+ <span >/200</span >
671670</template >
672671<template #legend-caption >
673- <p slot = " legend-caption " >TASKS DONE</p >
672+ <p >TASKS DONE</p >
674673</template >
675674
676675</ve-progress >
You can’t perform that action at this time.
0 commit comments