From 564cede2e58f9f802cd84c7d797886ea521a2a14 Mon Sep 17 00:00:00 2001 From: CharleeWa <18888351756@163.com> Date: Wed, 31 Jan 2024 23:28:42 +0800 Subject: [PATCH] feat: Switch to Setup Stores in Pinia --- src/App.vue | 8 +++++-- src/main.ts | 5 +---- src/router/index.ts | 13 ++++++----- src/stores/index.ts | 7 ++++-- src/stores/modules/routeTransitionName.ts | 27 ++++++++++------------- 5 files changed, 31 insertions(+), 29 deletions(-) diff --git a/src/App.vue b/src/App.vue index 193206c..a59272b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,19 @@