update dependencies (#3095)

This commit is contained in:
neverland
2019-04-04 18:50:32 +08:00
committed by GitHub
parent ce862b5656
commit e9222fc6f7
7 changed files with 553 additions and 404 deletions

View File

@@ -76,7 +76,7 @@ body {
line-height: 56px;
.van-nav-bar__title {
font-size: 18px;
font-size: 17px;
text-transform: capitalize;
}

View File

@@ -53,7 +53,7 @@ export default {
},
description() {
return this.$vantLang === 'zh-CN' ? '轻量、可靠的移动端 Vue 组件库' : 'Lightweight Mobile UI Components built on Vue';
return this.$vantLang === 'zh-CN' ? '轻量、可靠的移动端 Vue 组件库' : 'Mobile UI Components built on Vue';
}
},

View File

@@ -4,7 +4,7 @@ import enUS from '../../../packages/locale/lang/en-US';
const langMap = {
'en-US': {
title: 'Vant - Lightweight Mobile UI Components built on Vue',
title: 'Vant - Mobile UI Components built on Vue',
messages: enUS
},
'zh-CN': {