mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-09-20 20:02:05 +08:00
18 lines
314 B
Vue
18 lines
314 B
Vue
<template>
|
|
<img :src="'https://avatars.dicebear.com/api/initials/'+text+'.svg?fontSize=38'" alt=""/>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
props:{
|
|
text:{
|
|
type:null,
|
|
default:''
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style> |