w-flow-vue 1.0.8 → 1.0.9
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-flow-vue.umd.js +1 -1
- package/docs/components_WFlowVue.vue.html +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +2 -2
- package/docs/examples/ex-AppBasic.html +1 -1
- package/docs/examples/ex-AppConnectivity.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/docs/js_defaults.mjs.html +1 -1
- package/docs/js_edgePath.mjs.html +1 -1
- package/docs/js_fixSvgNs.mjs.html +1 -1
- package/docs/js_geometry.mjs.html +1 -1
- package/docs/js_graph.mjs.html +1 -1
- package/docs/js_stepRouting.mjs.html +1 -1
- package/docs/module-WFlowVue.html +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Add script for vue.
|
|
|
33
33
|
|
|
34
34
|
Add script for w-flow-vue.
|
|
35
35
|
```alias
|
|
36
|
-
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.9/dist/w-flow-vue.umd.js"></script>
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Required setup for Vue 2 apps
|
package/dist/w-flow-vue.umd.js
CHANGED
|
@@ -1364,7 +1364,7 @@ export default {
|
|
|
1364
1364
|
<br class="clear">
|
|
1365
1365
|
|
|
1366
1366
|
<footer>
|
|
1367
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026
|
|
1367
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 19:08:23 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1368
1368
|
</footer>
|
|
1369
1369
|
|
|
1370
1370
|
<script>prettyPrint();</script>
|
package/docs/examples/app.html
CHANGED