Skip to content

Commit

Permalink
fixbug
Browse files Browse the repository at this point in the history
  • Loading branch information
upangka committed Dec 7, 2022
1 parent 843397c commit cf88541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/home/HomeNew.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import { onMounted, ref, type Ref } from "vue"
import { findNew } from "@/api/home"
import type { GoodsNew as Goods } from "@/types/home/home"
import HomeSkeleton from "@/components/home/HomeSkeleton.vue"
const goods: Ref<Goods[]> = ref([])
Expand Down
2 changes: 1 addition & 1 deletion src/components/libraries/skeleton/SkeletonComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { computed } from "vue"
interface Props {
width?: string
height?: string
bgColor: string
bgColor?: string
}
const props = withDefaults(defineProps<Props>(), {
Expand Down

0 comments on commit cf88541

Please sign in to comment.