Skip to content

Commit f1ca32d

Browse files
committed
docs: update readme
1 parent 669ba1c commit f1ca32d

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
@@ -310,7 +310,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
310310
```html
311311
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
312312
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
313-
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.2.4"></script>
313+
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
314314
```
315315
<!-- vue3Scripts:end -->
316316

@@ -330,7 +330,7 @@ app.component('v-chart', VueECharts)
330330
```html
331331
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
332332
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
333-
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.2.4"></script>
333+
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
334334
```
335335
<!-- vue2Scripts:end -->
336336

README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export default {
309309
```html
310310
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
311311
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
312-
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.2.4"></script>
312+
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
313313
```
314314
<!-- vue3Scripts:end -->
315315

@@ -329,7 +329,7 @@ app.component('v-chart', VueECharts)
329329
```html
330330
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
331331
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
332-
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.2.4"></script>
332+
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
333333
```
334334
<!-- vue2Scripts:end -->
335335

0 commit comments

Comments
 (0)