From 07316b9303f258f102d9cec684004755cc3ae266 Mon Sep 17 00:00:00 2001 From: Aresn Date: Wed, 7 Aug 2024 12:01:00 +0800 Subject: [PATCH] Wed Aug 7 12:01:00 CST 2024 inscode --- package.json | 3 ++- src/App.vue | 53 +++++++++------------------------------------------- 2 files changed, 11 insertions(+), 45 deletions(-) diff --git a/package.json b/package.json index ee9648b..c3bcd05 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "dependencies": { "guess": "^1.0.2", - "vue": "^3.2.37" + "vue": "^3.2.37", + "word-count": "^0.2.2" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.1", diff --git a/src/App.vue b/src/App.vue index 633a5df..af41a23 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,47 +1,12 @@ - - - - + \ No newline at end of file -- GitLab