- 增加权限控制 组件

This commit is contained in:
sin
2019-02-28 13:36:32 +08:00
parent c198f93819
commit 6c94fc1fe2
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
使用 demo
authKey: 代表key的权限
---
```jsx harmony
<AuthorityControl authKey="home.button">
<Button type="primary">按钮 控制</Button>
</AuthorityControl>
```