feat: 增加记录日历功能
This commit is contained in:
10
src/store/app.ts
Normal file
10
src/store/app.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useAppStore = defineStore('app', {
|
||||
state: () => ({
|
||||
viewRecordType: 'calendar',
|
||||
}),
|
||||
actions: {
|
||||
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user