From 7f164af532f66aff71419682c5b3f531b606983a Mon Sep 17 00:00:00 2001 From: zhaochongyi <11111> Date: 星期五, 30 八月 2024 18:56:13 +0800 Subject: [PATCH] 修改初始化 --- frontend/package.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index a3b39d5..a3c48ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "dependencies": { "@ant-design/icons-vue": "^7.0.1", "ant-design-vue": "^4.2.3", + "pinia": "^2.2.2", "vue": "^3.2.33", "vue-router": "^4.0.14" }, -- Gitblit v1.8.0