w-echarts-vue 1.0.2 → 1.0.3
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 +1 -1
- package/dist/w-echarts-vue.umd.js +1 -1
- package/docs/components_WEchartsVue.vue.html +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +4 -4
- package/docs/examples/app.umd.js.map +1 -1
- package/docs/examples/w-echarts-vue_area.html +1 -1
- package/docs/examples/w-echarts-vue_bar3D.html +1 -1
- package/docs/examples/w-echarts-vue_continuous.html +1 -1
- package/docs/examples/w-echarts-vue_heatmap.html +1 -1
- package/docs/examples/w-echarts-vue_line.html +1 -1
- package/docs/examples/w-echarts-vue_line3D.html +1 -1
- package/docs/examples/w-echarts-vue_parallel.html +1 -1
- package/docs/examples/w-echarts-vue_polar heatmap.html +1 -1
- package/docs/examples/w-echarts-vue_polar.html +1 -1
- package/docs/examples/w-echarts-vue_radar.html +1 -1
- package/docs/examples/w-echarts-vue_resize.html +1 -1
- package/docs/examples/w-echarts-vue_scatter.html +1 -1
- package/docs/examples/w-echarts-vue_stack.html +1 -1
- package/docs/examples/w-echarts-vue_surface.html +1 -1
- package/docs/examples/w-echarts-vue_tree.html +1 -1
- package/docs/examples/w-echarts-vue_treemap.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/docs/js_iniEcharts.mjs.html +1 -1
- package/docs/module-WEchartsVue.html +1 -1
- package/package.json +2 -2
- package/toolg/gDistRollupComps.mjs +1 -4
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ Add script for vue.
|
|
|
70
70
|
|
|
71
71
|
Add script for w-echarts-vue.
|
|
72
72
|
```alias
|
|
73
|
-
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.
|
|
73
|
+
<script src="https://cdn.jsdelivr.net/npm/w-echarts-vue@1.0.3/dist/w-echarts-vue.umd.js"></script>
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
Directly use:
|
|
@@ -407,7 +407,7 @@ export default {
|
|
|
407
407
|
<br class="clear">
|
|
408
408
|
|
|
409
409
|
<footer>
|
|
410
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
410
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 25 2026 16:39:08 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
411
411
|
</footer>
|
|
412
412
|
|
|
413
413
|
<script>prettyPrint();</script>
|
package/docs/examples/app.html
CHANGED