Skip to content

Commit 3b2f2b5

Browse files
committed
docs: update readme version
1 parent 977db3d commit 3b2f2b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
227227
```html
228228
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
229229
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
230-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
230+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
231231
```
232232
<!-- vue3Scripts:end -->
233233

@@ -247,7 +247,7 @@ app.component('v-chart', VueECharts)
247247
```html
248248
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
249249
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
250-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
250+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
251251
```
252252
<!-- vue2Scripts:end -->
253253

README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ import "echarts";
225225
```html
226226
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
227227
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
228-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
228+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
229229
```
230230
<!-- vue3Scripts:end -->
231231

@@ -245,7 +245,7 @@ app.component('v-chart', VueECharts)
245245
```html
246246
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
247247
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
248-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
248+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
249249
```
250250
<!-- vue2Scripts:end -->
251251

0 commit comments

Comments
 (0)