Skip to content

Commit 390fe00

Browse files
authored
Update home.vue
1 parent 1442e57 commit 390fe00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/home/home.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151

5252
<script setup>
5353
import Layout from '@/layout/index.vue'
54-
import TopBox from './leftBox/topBox.vue'
55-
import MiddleBox from './leftBox/middleBox.vue'
54+
import TopBox from './leftbox/topBox.vue'
55+
import MiddleBox from './leftbox/middleBox.vue'
5656
import BottomBox from './leftbox/bottomBox.vue'
57-
import RightTopBox from './rightBox/topBox.vue'
58-
import RightBottomBox from './rightBox/bottomBox.vue'
57+
import RightTopBox from './rightbox/topBox.vue'
58+
import RightBottomBox from './rightbox/bottomBox.vue'
5959
import { $mitt } from '@/utils'
6060
import { useOutsideHomeStore } from '@/stores/modules/home'
6161
const useHomeStore = useOutsideHomeStore()

0 commit comments

Comments
 (0)