Skip to content

Commit 5f57d3f

Browse files
committed
docs: update readme version
1 parent 0470d69 commit 5f57d3f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
308308

309309
<!-- vue3Scripts:start -->
310310
```html
311-
<script src="https://cdn.jsdelivr.net/npm/[email protected].37"></script>
312-
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
311+
<script src="https://cdn.jsdelivr.net/npm/[email protected].45"></script>
312+
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script>
313313
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
314314
```
315315
<!-- vue3Scripts:end -->
@@ -328,8 +328,8 @@ app.component('v-chart', VueECharts)
328328

329329
<!-- vue2Scripts:start -->
330330
```html
331-
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
332-
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
331+
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script>
332+
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script>
333333
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
334334
```
335335
<!-- vue2Scripts:end -->

README.zh-Hans.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ export default {
307307

308308
<!-- vue3Scripts:start -->
309309
```html
310-
<script src="https://cdn.jsdelivr.net/npm/[email protected].37"></script>
311-
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
310+
<script src="https://cdn.jsdelivr.net/npm/[email protected].45"></script>
311+
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script>
312312
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
313313
```
314314
<!-- vue3Scripts:end -->
@@ -327,8 +327,8 @@ app.component('v-chart', VueECharts)
327327

328328
<!-- vue2Scripts:start -->
329329
```html
330-
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
331-
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
330+
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script>
331+
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script>
332332
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
333333
```
334334
<!-- vue2Scripts:end -->

0 commit comments

Comments
 (0)