Skip to content

Commit a2f8f00

Browse files
committed
chore: update readme [ci skip]
1 parent 70c3260 commit a2f8f00

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">Vue.js <sup>(v2/v3)</sup> component for Apache ECharts <sup>(v5)</sup>.</p>
44
<p align="center"><a href="https://vue-echarts.dev/">View Demo →</a></p>
5-
<p align="center"><a href="https:///pr.new/ecomfe/vue-echarts"><img alt="Open in Codeflow" src="https://developer.stackblitz.com/img/open_in_codeflow.svg" height="28"/></a><a href="https://codesandbox.io/p/github/ecomfe/vue-echarts"> <img alt="Edit in CodeSandbox" src="https://assets.codesandbox.io/github/button-edit-lime.svg" height="28"/></a></p>
5+
<p align="center"><a href="https:///pr.new/ecomfe/vue-echarts"><img alt="Open in Codeflow" src="https://developer.stackblitz.com/img/open_in_codeflow.svg" height="28"/></a> <a href="https://codesandbox.io/p/github/ecomfe/vue-echarts"><img alt="Edit in CodeSandbox" src="https://assets.codesandbox.io/github/button-edit-lime.svg" height="28"/></a></p>
66

77
> [!IMPORTANT]
88
> We have released an [import code generator](https://vue-echarts.dev/#codegen) that can generate precise import code by pasting the `option` code.
@@ -235,7 +235,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
235235

236236
<!-- vue3Scripts:start -->
237237
```html
238-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
238+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7"></script>
239239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240240
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
241241
```
@@ -255,7 +255,7 @@ app.component('v-chart', VueECharts)
255255

256256
<!-- vue2Scripts:start -->
257257
```html
258-
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script>
258+
<script src="https://cdn.jsdelivr.net/npm/[email protected].15"></script>
259259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260260
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
261261
```

README.zh-Hans.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">Apache ECharts <sup>(v5)</sup> 的 Vue.js <sup>(v2/v3)</sup> 组件。</p>
44
<p align="center"><a href="https://vue-echarts.dev/">查看 Demo →</a></p>
5-
<p align="center"><a href="https:///pr.new/ecomfe/vue-echarts"><img alt="Open in Codeflow" src="https://developer.stackblitz.com/img/open_in_codeflow.svg" height="28"/></a><a href="https://codesandbox.io/p/github/ecomfe/vue-echarts"> <img alt="Edit in CodeSandbox" src="https://assets.codesandbox.io/github/button-edit-lime.svg" height="28"/></a></p>
5+
<p align="center"><a href="https:///pr.new/ecomfe/vue-echarts"><img alt="Open in Codeflow" src="https://developer.stackblitz.com/img/open_in_codeflow.svg" height="28"/></a> <a href="https://codesandbox.io/p/github/ecomfe/vue-echarts"><img alt="Edit in CodeSandbox" src="https://assets.codesandbox.io/github/button-edit-lime.svg" height="28"/></a></p>
66

77

88
> [!IMPORTANT]
@@ -236,7 +236,7 @@ import "echarts";
236236

237237
<!-- vue3Scripts:start -->
238238
```html
239-
<script src="https://cdn.jsdelivr.net/npm/[email protected].4"></script>
239+
<script src="https://cdn.jsdelivr.net/npm/[email protected].7"></script>
240240
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
241241
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
242242
```
@@ -256,7 +256,7 @@ app.component('v-chart', VueECharts)
256256

257257
<!-- vue2Scripts:start -->
258258
```html
259-
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script>
259+
<script src="https://cdn.jsdelivr.net/npm/[email protected].15"></script>
260260
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
261261
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
262262
```

scripts/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ function resolvePath(...parts) {
1010
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
1111

1212
const DEP_VERSIONS = {
13-
"vue@3": "3.3.4",
14-
"vue@2": "2.7.14",
13+
"vue@3": "3.3.7",
14+
"vue@2": "2.7.15",
1515
echarts: "5.4.3",
1616
[name]: version
1717
};

0 commit comments

Comments
 (0)