vue-echarts 8.1.0-beta.2 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -112,9 +112,9 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
112
112
  <!-- scripts:start -->
113
113
 
114
114
  ```html
115
- <script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
116
- <script src="https://cdn.jsdelivr.net/npm/vue@3.5.27"></script>
117
- <script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.1.0-beta.2"></script>
115
+ <script src="https://cdn.jsdelivr.net/npm/echarts@6.1.0"></script>
116
+ <script src="https://cdn.jsdelivr.net/npm/vue@3.5.40"></script>
117
+ <script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.1.0"></script>
118
118
  ```
119
119
 
120
120
  <!-- scripts:end -->
package/README.zh-Hans.md CHANGED
@@ -112,9 +112,9 @@ import "echarts";
112
112
  <!-- scripts:start -->
113
113
 
114
114
  ```html
115
- <script src="https://cdn.jsdelivr.net/npm/echarts@6.0.0"></script>
116
- <script src="https://cdn.jsdelivr.net/npm/vue@3.5.27"></script>
117
- <script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.1.0-beta.2"></script>
115
+ <script src="https://cdn.jsdelivr.net/npm/echarts@6.1.0"></script>
116
+ <script src="https://cdn.jsdelivr.net/npm/vue@3.5.40"></script>
117
+ <script src="https://cdn.jsdelivr.net/npm/vue-echarts@8.1.0"></script>
118
118
  ```
119
119
 
120
120
  <!-- scripts:end -->