Bladeren bron

更新可编辑折线

haojianlong 4 jaren geleden
bovenliggende
commit
59a8748cc6

+ 0 - 1
docs/.vuepress/components/example/web/graph/Circle1.vue

@@ -1,4 +1,3 @@
-import {SLineCapStyle} from "@saga-web/draw/lib";
 <template>
     <canvas id="circle" width="740" height="250" />
 </template>

+ 5 - 0
docs/dev/saga-graphy/scene-manage/items/editPolyline.md

@@ -8,3 +8,8 @@
 3、编辑态时:点击点附近更改点位置 <br/>
 4、编辑状态时:通过ALT键 + 鼠标左键 删除顶点
 :::
+
+
+::: details 查看代码
+<<< @/docs/.vuepress/components/example/web/graph/scene/PolylineItem.vue
+:::

+ 4 - 4
package.json

@@ -12,10 +12,10 @@
     "publish": "node publish.js"
   },
   "dependencies": {
-    "@saga-web/base": "^2.1.15",
-    "@saga-web/big": "^1.0.28",
-    "@saga-web/draw": "^2.1.85",
-    "@saga-web/graph": "^2.1.71",
+    "@saga-web/base": "2.1.16",
+    "@saga-web/big": "1.0.29",
+    "@saga-web/draw": "2.1.86",
+    "@saga-web/graph": "2.1.72",
     "@saga-web/feng-map": "1.0.6",
     "axios": "^0.18.1",
     "element-ui": "^2.12.0",