jvs-draw 1.1.4 → 1.1.5
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 -3
- package/dist/jvs-draw.css +1 -1
- package/dist/jvs-draw.es.js +4011 -4003
- package/dist/jvs-draw.umd.js +6 -6
- package/dist/store/index.d.ts +40 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,9 +143,7 @@ const handleSetData = () => {
|
|
|
143
143
|
</script>
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
*(注意:组件也支持通过全局函数 `setConfig` 动态传递部分设置和初始数据。)*
|
|
146
|
+
*(注意:所有方法均需通过 `ref` 获取组件实例后调用,以支持多实例独立运行。)*
|
|
149
147
|
|
|
150
148
|
## 🧩 依赖说明
|
|
151
149
|
|