Skip to content

Commit 96ce207

Browse files
committed
feat: add dingding
1 parent d4c388f commit 96ce207

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ding.jpeg

74.6 KB
Loading

site/components/header.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,13 @@ export default {
8080
<a href='https://github.com/vueComponent/ant-design-vue'>GitHub</a>
8181
</a-menu-item>
8282
<a-menu-item key='sponsor'>
83-
<router-link to={{ path: '/ant-design-vue/docs/vue/sponsor' }}>
84-
{isCN ? '赞助我们' : 'Sponsor'}
85-
</router-link>
83+
<a-popover placement='bottom'>
84+
<template slot='content'>
85+
<img/>
86+
</template>
87+
<a-icon type='dingding' />
88+
{isCN ? '钉钉服务群' : 'Ding Group QR Code'}
89+
</a-popover>
8690
</a-menu-item>
8791
</a-menu>
8892
</a-col>

0 commit comments

Comments
 (0)