From 258ed2afc63e3ca447bbcf23067af4352bc408e3 Mon Sep 17 00:00:00 2001 From: skyunlin Date: Wed, 18 Oct 2023 19:30:00 +0800 Subject: [PATCH] Wed Oct 18 19:30:00 CST 2023 inscode --- package.json | 1 + src/App.vue | 15 ++------------- src/views/basic.vue | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 src/views/basic.vue diff --git a/package.json b/package.json index aa1c7de..97f16e6 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "dependencies": { "guess": "^1.0.2", + "three": "^0.157.0", "vue": "^3.2.37" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 633a5df..138dc63 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,9 @@ -- GitLab