Browse Source

docs: update header title

pull/165/head
tangjinzhou 6 years ago
parent
commit
d081a54118
  1. 2
      site/components/header.vue

2
site/components/header.vue

@ -35,7 +35,7 @@ export default {
<a-col xxl={4} xl={5} lg={5} md={6} sm={24} xs={24}> <a-col xxl={4} xl={5} lg={5} md={6} sm={24} xs={24}>
<router-link to={{ path: '/ant-design-vue' }} id='logo'> <router-link to={{ path: '/ant-design-vue' }} id='logo'>
<img alt='logo' height='32' src='https://raw.githubusercontent.com/vueComponent/ant-design-vue/master/logo.png' /> <img alt='logo' height='32' src='https://raw.githubusercontent.com/vueComponent/ant-design-vue/master/logo.png' />
<span> VUE-ANTD</span> <span> Ant Design Vue</span>
</router-link> </router-link>
</a-col> </a-col>
<a-col xxl={20} xl={19} lg={19} md={18} sm={0} xs={0}> <a-col xxl={20} xl={19} lg={19} md={18} sm={0} xs={0}>

Loading…
Cancel
Save