ananzhusen 2 năm trước cách đây
mục cha
commit
f751313df8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/components/View.vue

+ 1 - 0
src/views/components/View.vue

@@ -421,6 +421,7 @@ const onAddShape = (event: DragEvent|MouseEvent, name: string) => {
       width: 100,
       height: 1,
       name: "line",
+      lineName:'line',
       type: 1
     };
   }