Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanfeijie committed Apr 23, 2024
1 parent c245de5 commit 467a0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 用户权限校验工具:validate-permission
# 权限校验工具:validate-permission

> `validate-permission`是一个多功能的权限校验库,它为开发者提供了一种灵活且高效的方式来校验用户权限。这个工具不仅支持React的函数式调用,还兼容Vue的原型链调用和自定义指令,使其能够适应不同的开发场景和需求。
Expand Down Expand Up @@ -159,4 +159,4 @@ console.log('是否拥有用户新增和编辑权限:', validate.all(['USER.AD
// 更多函数式调用的使用
```
`validate-permission`工具以其灵活性和易用性,为开发者在权限管理方面提供了强大的支持。无论是在React中进行函数式编程,还是在Vue中创建复杂的权限指令,它都能满足您的需求。
`validate-permission`工具以其灵活性和易用性,为开发者在权限管理方面提供了强大的支持。无论是在React中进行函数式编程,还是在Vue中创建复杂的权限指令,它都能满足您的需求。

0 comments on commit 467a0a5

Please sign in to comment.