1.0.5 • Published 4 years ago

vue-bpform v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

bpform

vue.js form component

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# 说明书 暂无

# 在index
import BPForm from 'vue-bpform'
Vue.use(BPForm)

<BPForm
 :inline="true"
 :labelTextAlign="'left'"
 :labelWidth="140"
 v-model="data"
 @on-change="changeForm"
 :config="config"
>
</BPForm>


#默认引入项目需引入iview

#1.0.0 以组件形式传入json配置项渲染表单

#1.0.1 修改回原有timePick和time-picker

#1.0.2 修改select远程查询的基础参数

#1.0.4 代码结构整理,样式调整

#1.0.5 包体管理,减小包体大小

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago