-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
93 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -308,9 +308,9 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC | |
|
||
<!-- vue3Scripts:start --> | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].45"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].37"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script> | ||
``` | ||
<!-- vue3Scripts:end --> | ||
|
||
|
@@ -328,9 +328,9 @@ app.component('v-chart', VueECharts) | |
|
||
<!-- vue2Scripts:start --> | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script> | ||
``` | ||
<!-- vue2Scripts:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -307,9 +307,9 @@ export default { | |
|
||
<!-- vue3Scripts:start --> | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].45"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].37"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script> | ||
``` | ||
<!-- vue3Scripts:end --> | ||
|
||
|
@@ -327,9 +327,9 @@ app.component('v-chart', VueECharts) | |
|
||
<!-- vue2Scripts:start --> | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].14"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.4.1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].5"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/echarts@5.3.3"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script> | ||
``` | ||
<!-- vue2Scripts:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-echarts", | ||
"version": "6.3.1", | ||
"version": "6.3.2", | ||
"description": "Vue.js component for Apache ECharts.", | ||
"author": "GU Yiling <[email protected]>", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0bb1839
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vue-echarts – ./
vue-echarts-git-main-ecomfe.vercel.app
vue-echarts.dev
vue-echarts-ecomfe.vercel.app
vue-echarts.vercel.app