[tag] 0.0.6-beta.4 build preparation
This commit is contained in:
@@ -36,7 +36,7 @@ export const useAppStore = () => {
|
||||
}
|
||||
}
|
||||
|
||||
const launchStore = new LazyStore('cstb.json', { autoSave: true });
|
||||
const launchStore = new LazyStore('cstb.json', { autoSave: true, defaults: defaultValue });
|
||||
if (typeof window !== 'undefined') void launchStore.save()
|
||||
|
||||
const setVersion = (version: string) => {
|
||||
|
||||
Reference in New Issue
Block a user