Skip to content

Commit 4e8354a

Browse files
committed
doc: correct slot examples
1 parent 1b56ba5 commit 4e8354a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
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.
98
Start 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>

0 commit comments

Comments
 (0)