feat: add dingding
parent
d4c388f564
commit
96ce207484
|
@ -80,9 +80,13 @@ export default {
|
||||||
<a href='https://github.com/vueComponent/ant-design-vue'>GitHub</a>
|
<a href='https://github.com/vueComponent/ant-design-vue'>GitHub</a>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key='sponsor'>
|
<a-menu-item key='sponsor'>
|
||||||
<router-link to={{ path: '/ant-design-vue/docs/vue/sponsor' }}>
|
<a-popover placement='bottom'>
|
||||||
{isCN ? '赞助我们' : 'Sponsor'}
|
<template slot='content'>
|
||||||
</router-link>
|
<img/>
|
||||||
|
</template>
|
||||||
|
<a-icon type='dingding' />
|
||||||
|
{isCN ? '钉钉服务群' : 'Ding Group QR Code'}
|
||||||
|
</a-popover>
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
</a-menu>
|
</a-menu>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
Loading…
Reference in New Issue