Skip to content

Commit

Permalink
refactor: remove unused state in store
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 7, 2024
1 parent 92a4ada commit 530217c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stores/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export const useAppStore = defineStore('app', {
state: () => {
return {
drawer: true,
drawerImage: '占位',
drawerImageShow: true,
}
},
})

0 comments on commit 530217c

Please sign in to comment.