Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fzm-ui

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fzm-ui - npm Package Compare versions

Comparing version 1.1.9 to 1.2.0

2

package.json
{
"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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc