mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-27 10:55:07 +08:00
chore: release v8.0.0
This commit is contained in:
@ -119,7 +119,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
|
|||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
|
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.21"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.21"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0-beta.3"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- scripts:end -->
|
<!-- scripts:end -->
|
||||||
|
|||||||
@ -119,7 +119,7 @@ import "echarts";
|
|||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
|
<script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.21"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue@3.5.21"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0-beta.3"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.0.0"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- scripts:end -->
|
<!-- scripts:end -->
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-echarts",
|
"name": "vue-echarts",
|
||||||
"version": "8.0.0-beta.3",
|
"version": "8.0.0",
|
||||||
"description": "Vue.js component for Apache ECharts™.",
|
"description": "Vue.js component for Apache ECharts™.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user