Explorar el Código

组件avatar增加defaultErrorImg属性

ming hace 3 años
padre
commit
277b9e861d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/fs-avatar/fs-avatar.vue

+ 1 - 0
components/fs-avatar/fs-avatar.vue

@@ -28,6 +28,7 @@
 
 <script setup>
 import { computed, inject, ref } from 'vue'
+import config from '@/utils/config'
 
 const props = defineProps({
 	src: String,