New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

imagesupload-cm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imagesupload-cm

A Vue.js project

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

images-upload

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Use

<ImagesUploader 
      :action="action"
      :multiple="multiple"
      :existImages="existImages"
      @change="change"
      v-model="imagesList"></ImagesUploader>

参数

action:         String 上传地址
multiple:       Boolean 是否上传多张
limit:          Number 上传数量
existImages:    Array 已存在的图片列表, 传入格式[{uid: '', url: ''}]
disabled:       Boolean 上传图片按钮是否可操作,默认可操作
hideUpload:     Boolean 隐藏上传图片按钮
isdeleteNow:   Boolean 删除图片时是否以弹框形式确认二次删除提示

FAQs

Package last updated on 01 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts