Skip to content

Commit

Permalink
docs: update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Dec 16, 2022
1 parent 0470d69 commit 5f57d3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC

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

<!-- vue2Scripts:start -->
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
```
<!-- vue2Scripts:end -->
Expand Down
8 changes: 4 additions & 4 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ export default {

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

<!-- vue2Scripts:start -->
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
```
<!-- vue2Scripts:end -->
Expand Down

0 comments on commit 5f57d3f

Please sign in to comment.