feat: 增加版本号功能
This commit is contained in:
@@ -2,6 +2,7 @@ import { defineStore } from 'pinia'
|
||||
|
||||
export const useAppStore = defineStore('app', {
|
||||
state: () => ({
|
||||
version: '1.0.1',
|
||||
viewRecordType: 'calendar',
|
||||
}),
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user