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 96ce207 commit 7fc5124Copy full SHA for 7fc5124
ding.jpeg
-74.6 KB
site/components/header.vue
@@ -82,7 +82,11 @@ export default {
82
<a-menu-item key='sponsor'>
83
<a-popover placement='bottom'>
84
<template slot='content'>
85
- <img/>
+ <img
86
+ width='160'
87
+ alt='dingding'
88
+ src='https://user-images.githubusercontent.com/4122593/50038786-571eaf80-0060-11e9-98a1-ea202fc60859.png'
89
+ />
90
</template>
91
<a-icon type='dingding' />
92
{isCN ? '钉钉服务群' : 'Ding Group QR Code'}
0 commit comments