docs: update README.md

fix: fix useScrollTo not work bug

feat: add doucment link
This commit is contained in:
陈凯龙
2022-02-22 11:27:29 +08:00
parent be94a09f4c
commit 53201ae97a
11 changed files with 58 additions and 6 deletions

View File

@@ -129,7 +129,8 @@ export default {
errorPage: 'Error page',
authorization: 'Authorization',
user: 'User management',
role: 'Role management'
role: 'Role management',
document: 'Document'
},
analysis: {
newUser: 'New user',

View File

@@ -129,7 +129,8 @@ export default {
errorPage: '错误页面',
authorization: '权限管理',
user: '用户管理',
role: '角色管理'
role: '角色管理',
document: '文档'
},
analysis: {
newUser: '新增用户',