File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
"profile" : {
39
39
"login" : " Login" ,
40
- "settings" : " Settings"
40
+ "settings" : " Settings" ,
41
+ "doc" : " documentation"
41
42
},
42
43
"keepAlive" : {
43
44
"label" : " The current component will be cached"
Original file line number Diff line number Diff line change 37
37
},
38
38
"profile" : {
39
39
"login" : " 登录" ,
40
- "settings" : " 设置"
40
+ "settings" : " 设置" ,
41
+ "doc" : " 文档"
41
42
},
42
43
"keepAlive" : {
43
44
"label" : " 当前组件将会被缓存"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ function login() {
32
32
33
33
<VanCellGroup :inset =" true" class =" !mt-16" >
34
34
<van-cell :title =" $t('profile.settings')" icon =" setting-o" is-link to =" /settings" />
35
+ <van-cell :title =" $t('profile.doc')" icon =" description-o" is-link url =" https://easy-temps.github.io/easy-docs/vue3-vant-mobile/" />
35
36
</VanCellGroup >
36
37
</div >
37
38
</template >
You can’t perform that action at this time.
0 commit comments