diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 6f000d3..4143b64 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -37,7 +37,8 @@ }, "profile": { "login": "Login", - "settings": "Settings" + "settings": "Settings", + "doc": "documentation" }, "keepAlive": { "label": "The current component will be cached" diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index e9ff2dd..300894a 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -37,7 +37,8 @@ }, "profile": { "login": "登录", - "settings": "设置" + "settings": "设置", + "doc": "文档" }, "keepAlive": { "label": "当前组件将会被缓存" diff --git a/src/pages/profile/index.vue b/src/pages/profile/index.vue index 889bf53..e0dd63c 100644 --- a/src/pages/profile/index.vue +++ b/src/pages/profile/index.vue @@ -32,6 +32,7 @@ function login() { +