We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c388f commit 96ce207Copy full SHA for 96ce207
ding.jpeg
74.6 KB
site/components/header.vue
@@ -80,9 +80,13 @@ export default {
80
<a href='https://github.com/vueComponent/ant-design-vue'>GitHub</a>
81
</a-menu-item>
82
<a-menu-item key='sponsor'>
83
- <router-link to={{ path: '/ant-design-vue/docs/vue/sponsor' }}>
84
- {isCN ? '赞助我们' : 'Sponsor'}
85
- </router-link>
+ <a-popover placement='bottom'>
+ <template slot='content'>
+ <img/>
86
+ </template>
87
+ <a-icon type='dingding' />
88
+ {isCN ? '钉钉服务群' : 'Ding Group QR Code'}
89
+ </a-popover>
90
91
</a-menu>
92
</a-col>
0 commit comments