From e1cf859d97181b4884ab9d3ab35d22926b370657 Mon Sep 17 00:00:00 2001 From: weixin_46329670 Date: Thu, 18 Apr 2024 09:18:00 +0800 Subject: [PATCH] Thu Apr 18 09:18:00 CST 2024 inscode --- src/components/HelloWorld.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index 0f60310..781473f 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -41,7 +41,7 @@ export default defineComponent({ { id: 'a', text: 'A', borderColor: 'yellow' }, { id: 'b', text: 'B', color: '#43a2f1', fontColor: 'yellow' }, { id: 'c', text: 'C', nodeShape: 1, width: 80, height: 60 }, - { id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 } + { id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 }, ], lines: [ { from: 'a', to: 'b', text: 'Line Text', color: '#43a2f1' }, @@ -77,7 +77,8 @@ export default defineComponent({ { id: 'b', text: 'B', color: '#43a2f1', fontColor: 'yellow' }, { id: 'c', text: 'C', nodeShape: 1, width: 80, height: 60 }, { id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 }, - { id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 }, + { id: 'F', text: 'F', nodeShape: 0, width: 150, height: 150 }, + { id: 'F', text: 'F', nodeShape: 0, width: 150, height: 150 }, ], lines: [ { from: 'a', to: 'b', text: 'Line Text', color: '#43a2f1' }, -- GitLab