From 7de7e053e7ba5d9d810f0978ec345f787821e24e Mon Sep 17 00:00:00 2001 From: zyronon Date: Thu, 7 Sep 2023 14:13:14 +0800 Subject: [PATCH] save --- index.html | 2 +- package.json | 1 - src/components/{ => Practice}/Footer.vue | 0 src/components/{ => Practice}/Footer2.vue | 0 src/components/{ => Practice}/Practice.vue | 2 + src/components/{ => Practice}/Type.vue | 0 src/components/{ => Practice}/TypeArticle.vue | 179 ++++++++++-------- .../{Type2.vue => Practice/TypeWord.vue} | 1 - src/components/Practice/TypeWordWrapper.vue | 51 +++++ src/components/Practice/usePracticeStore.ts | 32 ++++ 10 files changed, 187 insertions(+), 81 deletions(-) rename src/components/{ => Practice}/Footer.vue (100%) rename src/components/{ => Practice}/Footer2.vue (100%) rename src/components/{ => Practice}/Practice.vue (99%) rename src/components/{ => Practice}/Type.vue (100%) rename src/components/{ => Practice}/TypeArticle.vue (87%) rename src/components/{Type2.vue => Practice/TypeWord.vue} (99%) create mode 100644 src/components/Practice/TypeWordWrapper.vue create mode 100644 src/components/Practice/usePracticeStore.ts diff --git a/index.html b/index.html index e9f87ea5..eea9f2e8 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + TS + Antd