mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
✏️ hoem → home
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* @file store modules home.ts
|
* @file store modules home.ts
|
||||||
* @description Home store module
|
* @description Home store module
|
||||||
* @author BTMuli<bt-muli@outlook.com>
|
* @author BTMuli<bt-muli@outlook.com>
|
||||||
* @since Alpha v0.1.2
|
* @since Alpha v0.1.6
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// vue
|
// vue
|
||||||
@@ -24,7 +24,7 @@ export const useHomeStore = defineStore(
|
|||||||
show: true,
|
show: true,
|
||||||
order: 2,
|
order: 2,
|
||||||
});
|
});
|
||||||
const hoemShow = ref({
|
const homeShow = ref({
|
||||||
calendarShow,
|
calendarShow,
|
||||||
poolShow,
|
poolShow,
|
||||||
positionShow,
|
positionShow,
|
||||||
@@ -113,7 +113,7 @@ export const useHomeStore = defineStore(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
hoemShow,
|
homeShow,
|
||||||
poolCover,
|
poolCover,
|
||||||
init,
|
init,
|
||||||
getShowItems,
|
getShowItems,
|
||||||
|
|||||||
Reference in New Issue
Block a user