From ac1dff07b058a5f2f6929299045f6f22788f20fd Mon Sep 17 00:00:00 2001 From: weixin_46329670 Date: Wed, 17 Apr 2024 14:10:00 +0800 Subject: [PATCH] Wed Apr 17 14:10:00 CST 2024 inscode --- package.json | 1 + src/App.vue | 7 +- src/components/HelloWorld.vue | 117 +++++++++++++++++++++++----------- 3 files changed, 83 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index aa1c7de..70c665d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "guess": "^1.0.2", + "relation-graph": "^2.1.42", "vue": "^3.2.37" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 633a5df..a30fcd1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,16 +5,13 @@ import TheWelcome from './components/TheWelcome.vue' + + -- GitLab