From fef57184a6ddb2121b97747d50a0b4615f647045 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Sat, 23 Dec 2023 11:27:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=88=E5=86=99=E5=A5=BDuserStore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 13 ++++++++++++- src/store/index.ts | 4 ++++ src/store/user.ts | 27 +++++++++++++++++++++++++++ src/typings.d.ts | 4 ++++ 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 src/store/user.ts create mode 100644 src/typings.d.ts diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index df27536..31c8e74 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -4,6 +4,8 @@ {{ title }} + + Demo Count: {{ countStore.count }} @@ -22,13 +24,22 @@