chore: update readme version

This commit is contained in:
Justineo
2023-01-01 23:52:32 +08:00
parent 58e7b13652
commit ed4bd392ff
2 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.2.37"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.1"></script>
```
<!-- vue3Scripts:end -->
@@ -247,7 +247,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.5"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.1"></script>
```
<!-- vue2Scripts:end -->

View File

@@ -225,7 +225,7 @@ import "echarts";
```html
<script src="https://cdn.jsdelivr.net/npm/vue@3.2.37"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.1"></script>
```
<!-- vue3Scripts:end -->
@@ -245,7 +245,7 @@ app.component('v-chart', VueECharts)
```html
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.5"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.4.1"></script>
```
<!-- vue2Scripts:end -->