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

vue-common

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-common

common-ui

latest
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

vue-common

    <common-page 
      :config="renderConfig" 
      :loading="loading" 
      :params="params" 
      :totalCount="totalCount"
      @handleSelectionEvent="handleSelectionEvent"
      @handleComponentEvent="handleComponentEvent" 
      @deleteNotebook="deleteNotebook"
      :data="renderResultList">
    </common-page>
    通用列表组件中的事件触发通过组件prop方式,组件内部使用this.$emit(key, data)调用

修改记录

2023-06-14 列表页组件支持后端分页 --2.1.0
2020-10-13 下拉框支持文本过滤 --1.9.0
2019-04-29 多表单校验、支持codemirror布局配置
2019-04-24 labelWidth错误修复
           修复数字型form表单验证
2019-04-24 labelWidth错误修复
           修复数字型form表单验证
2019-04-23 增加了codemirror的集成
    

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

FAQs

Package last updated on 20 Jun 2023

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