Explorar o código

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

windyeasy hai 2 meses
pai
achega
ef1e006530
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/profile-card.vue

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

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