✏️ hoem → home

This commit is contained in:
BTMuli
2023-05-26 13:38:23 +08:00
parent f48b7ef6ed
commit 5ee9be1079

View File

@@ -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,