docs: update readme

This commit is contained in:
Justineo
2023-12-13 11:01:54 +08:00
parent dbd6699a4f
commit 2b30334b82
2 changed files with 4 additions and 4 deletions

View File

@ -237,7 +237,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.3.7"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue3Scripts:end -->
@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.15"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue2Scripts:end -->

View File

@ -237,7 +237,7 @@ import "echarts";
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.3.7"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue3Scripts:end -->
@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.15"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.6.4"></script>
```
<!-- vue2Scripts:end -->