diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 206bee11a5..f01e646b9d 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -42,7 +42,7 @@ "qs": "^6.11.0", "snowflake-id": "^1.1.0", "tinymce": "^5.8.2", - "vant": "^4.8.2", + "vant": "^4.8.3", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", "vue-codemirror": "^6.1.1", diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index ef870cb74e..bd4f8eb766 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1,5 +1,13 @@