feat(useTitle): Add useTitle
feat(useNProgress): Add useNProgress
This commit is contained in:
@@ -58,9 +58,6 @@ export const useAppStore = defineStore({
|
||||
getShowMenuTab(): boolean {
|
||||
return this.showMenuTab
|
||||
},
|
||||
getRequestTime(): boolean {
|
||||
return this.requestTime
|
||||
},
|
||||
getIsDark(): boolean {
|
||||
return this.isDark
|
||||
},
|
||||
@@ -117,9 +114,6 @@ export const useAppStore = defineStore({
|
||||
setShowMenuTab(showMenuTab: boolean) {
|
||||
this.showMenuTab = showMenuTab
|
||||
},
|
||||
setRequestTime(requestTime: boolean) {
|
||||
this.requestTime = requestTime
|
||||
},
|
||||
setIsDark(isDark: boolean) {
|
||||
this.isDark = isDark
|
||||
if (this.isDark) {
|
||||
|
||||
Reference in New Issue
Block a user