diff --git a/site/components/footer.vue b/site/components/footer.vue index 07e9f60fa..e55f84ac5 100644 --- a/site/components/footer.vue +++ b/site/components/footer.vue @@ -68,7 +68,7 @@ export default {
- + {isCN ? '报告 Bug' : 'Bug Report'}
diff --git a/site/components/layout.vue b/site/components/layout.vue index 2b64354e9..f9e51df7a 100644 --- a/site/components/layout.vue +++ b/site/components/layout.vue @@ -122,7 +122,7 @@ export default { return docsMenu }, resetDocumentTitle (component, name, isCN) { - let titleStr = 'Vue Antd' + let titleStr = 'Ant Design Vue' if (component) { const { subtitle, title } = component const componentName = isCN ? subtitle + ' ' + title : title @@ -236,8 +236,8 @@ export default {
{ this.showSideBars = true }}>
- -
+ +
{this.getSubMenu(isCN)}
diff --git a/site/index.html b/site/index.html index d0114a276..6d38a1b29 100644 --- a/site/index.html +++ b/site/index.html @@ -8,6 +8,8 @@ + + Ant Design Vue