feat: 引入pinia进行状态管理

This commit is contained in:
lanyeeee
2025-07-10 05:51:26 +08:00
parent eaa078feee
commit 3495cc771a
4 changed files with 105 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineStore } from 'pinia'
export const useStore = defineStore('store', () => {
return {}
})