Эх сурвалжийг харах

fix: the bgColor prop of profile-card componet not required

windyeasy 2 сар өмнө
parent
commit
ef1e006530

+ 1 - 1
src/components/profile-card.vue

@@ -1,6 +1,6 @@
 <script lang="ts" setup>
 interface IProps {
-  bgColor: string
+  bgColor?: string
   link?: string
 }