Socket
Socket
Sign inDemoInstall

le-ui

Package Overview
Dependencies
17
Maintainers
2
Versions
184
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.21 to 1.0.22

2

package.json
{
"name": "le-ui",
"version": "1.0.21",
"version": "1.0.22",
"description": "leke vue components",

@@ -5,0 +5,0 @@ "author": {

@@ -62,8 +62,8 @@ export default {

name: 'loading',
type: ['String'],
type: ['Boolean'],
describe: '是否显示loading',
default: 'none',
default: 'false',
option: [
{
name: 'none',
name: 'false',
describe: '不显示loading',

@@ -73,3 +73,3 @@ default: true

{
name: 'block',
name: 'true',
describe: '显示loading',

@@ -76,0 +76,0 @@ default: false

@@ -177,5 +177,5 @@ export default {

name: 'show',
type: ['String'],
describe: '控制组件显示和消失,并且添加了动效,接受block,none',
default: '',
type: ['Boolean'],
describe: '控制组件显示和消失,并且添加了动效',
default: 'false',
option: [],

@@ -182,0 +182,0 @@ required: false

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc