Browse Source

Merge pull request #12 from wen-shiqiang/patch-2

Update permission.md
Archer 1 year ago
parent
commit
4fe7c8c1f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/permission.md

+ 1 - 1
components/permission.md

@@ -27,7 +27,7 @@ Permission 组件位于 [src/components/Permission](https://github.com/kailong32
 
 ### 指令形式
 
-权限控制目前还提供了指令的使用方式,已经全局注册,所以可以在任意组件中使用 `v-hasPermi`
+权限控制目前还提供了指令的使用方式,并且已经全局注册,所以可以在任意组件中使用 `v-hasPermi`
 
 ```vue
 <ElButton v-hasPermi="'add'" type="primary"> Add </ElButton>