Update contributors.md

This commit is contained in:
zzm
2023-04-15 14:19:32 +08:00
committed by GitHub
parent 62048f8d6f
commit 449e97f762

View File

@@ -10,6 +10,14 @@ const members = [
{ icon: 'github', link: 'https://github.com/camera-2018' },
]
},
{
avatar: 'https://www.github.com/HanWu311.png',
name: 'ZZM',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/HanWu311' },
]
},
]
</script>
@@ -17,4 +25,4 @@ const members = [
Say hello to our awesome team.
<VPTeamMembers size="small" :members="members" />
<VPTeamMembers size="small" :members="members" />