@yqg/permission 1.0.11-alpha.4 → 1.0.11-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,7 +101,7 @@ type = "custom": 支持自定义组件,以slot的方式添加自定义组件
101
101
  :color="'red'"
102
102
  :locale="'zh-CN'"
103
103
  type="custom"
104
- @success="() => {console.log('请求成功')}"
104
+ @onSuccess="() => {console.log('请求成功')}"
105
105
  >
106
106
  <div>自定义按钮</div>
107
107
  </yqg-permission>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yqg/permission",
3
- "version": "1.0.11-alpha.4",
3
+ "version": "1.0.11-alpha.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",