From 6fc1097a344a76a4c7aba890c8b21832ec2b8041 Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Wed, 6 Nov 2024 23:07:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0ts=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- preview/views/MainView.vue | 6 +++--- src/stores/useSchemeStore.ts | 2 +- src/type/IComponent.ts | 1 + src/type/IMaterial.ts | 37 ------------------------------------ tsconfig.json | 30 ++++++++++++++++++----------- 6 files changed, 25 insertions(+), 53 deletions(-) delete mode 100644 src/type/IMaterial.ts diff --git a/package.json b/package.json index 10342db..34f5750 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "pinia": "^2.2.4", "ts-node": "^10.9.2", "vue": "^3.2.25", - "vue-draggable-plus": "^0.5.3", + "vue-draggable-plus": "^0.5.4", "vue-router": "^4.4.5" }, "devDependencies": { diff --git a/preview/views/MainView.vue b/preview/views/MainView.vue index c08f277..0c3f8a4 100644 --- a/preview/views/MainView.vue +++ b/preview/views/MainView.vue @@ -11,7 +11,7 @@
组件
-