Comparing version 1.1.9 to 1.2.0
{ | ||
"name": "fzm-ui", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"main": "dist/main.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -18,3 +18,3 @@ # fzm-ui | ||
`callback`: Function 登录和注册成功之后的回调方法 详细请查看下面 | ||
`open`: Boolean 是否显示登录注册弹框 | ||
`open`: Boolean 是否显示登录注册弹框,一般情况下这个属性是一个sync属性,所以请在open后面加上.sync | ||
@@ -26,3 +26,3 @@ ### 假如需要在 a.vue 中使用fzm-ui中的登录注册组件FzmLogReg | ||
这里是登录注册的例子 | ||
<FzmLogReg :api="api" :platkey="'zhaobi'" :callback="cb" :open="open" ></FzmLogReg> | ||
<FzmLogReg :api="api" :platkey="'zhaobi'" :callback="cb" :open.sync="open" ></FzmLogReg> | ||
</div> | ||
@@ -29,0 +29,0 @@ </template> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59492
1