fan-planar-viewer 2.3.21 → 2.3.23
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 +10 -0
- package/dist/graphic.js +1 -1
- package/dist/index.js +2 -2
- package/dist/planarEditor.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -130,3 +130,13 @@ import { GraphicPreview } from 'fan-planar-viewer/dist/graphic.js';
|
|
|
130
130
|
插件参考
|
|
131
131
|
|
|
132
132
|
拖放组件: https://react-dnd.github.io/react-dnd/docs/api/use-drag
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
>
|
|
136
|
+
> 注:antd 版本不能使用超过antd@4.23.6
|
|
137
|
+
>
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
**若安装antd@4.24.12以上版本,在弹窗上使用二维地图则会报错**
|
|
141
|
+
|
|
142
|
+

|