vue-common
v2.1.0
Published
common-ui
Readme
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 buildFor detailed explanation on how things work, consult the docs for vue-loader.
