File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
236
236
237
237
<!-- vue3Scripts:start -->
238
238
``` html
239
- <script src =" https://cdn.jsdelivr.net/npm/vue@3.4.19 " ></script >
239
+ <script src =" https://cdn.jsdelivr.net/npm/vue@3.4.23 " ></script >
240
240
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
241
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.9 " ></script >
241
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
242
242
```
243
243
<!-- vue3Scripts:end -->
244
244
@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
258
258
``` html
259
259
<script src =" https://cdn.jsdelivr.net/npm/vue@2.7.16" ></script >
260
260
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
261
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.9 " ></script >
261
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
262
262
```
263
263
<!-- vue2Scripts:end -->
264
264
Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ import "echarts";
236
236
237
237
<!-- vue3Scripts:start -->
238
238
``` html
239
- <script src =" https://cdn.jsdelivr.net/npm/vue@3.4.19 " ></script >
239
+ <script src =" https://cdn.jsdelivr.net/npm/vue@3.4.23 " ></script >
240
240
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
241
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.9 " ></script >
241
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
242
242
```
243
243
<!-- vue3Scripts:end -->
244
244
@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
258
258
``` html
259
259
<script src =" https://cdn.jsdelivr.net/npm/vue@2.7.16" ></script >
260
260
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
261
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.9 " ></script >
261
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
262
262
```
263
263
<!-- vue2Scripts:end -->
264
264
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function resolvePath(...parts) {
10
10
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/" ;
11
11
12
12
const DEP_VERSIONS = {
13
- "vue@3" : "3.4.19 " ,
13
+ "vue@3" : "3.4.23 " ,
14
14
"vue@2" : "2.7.16" ,
15
15
echarts : "5.4.3" ,
16
16
[ name ] : version
You can’t perform that action at this time.
0 commit comments