Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Dec 16, 2022
1 parent 669ba1c commit f1ca32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.2.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
```
<!-- vue3Scripts:end -->

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

Expand Down
4 changes: 2 additions & 2 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export default {
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.2.4"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.3.0"></script>
```
<!-- vue3Scripts:end -->

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

Expand Down

0 comments on commit f1ca32d

Please sign in to comment.