0.0.1 • Published 6 years ago

v-form-layout v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

v-form-layout

安裝

npm i v-form-layout

使用

import VFormLayout from 'v-form-layout'

Vue.use(VFormLayout)

API

属性类型描述默认值所有值
infoListArray内容数组{ title: 'xxx', content: 'xxxx'}{ content: String, title: String, cellRender: Vnode, attrs: Object(vue property), listeners: Object (vue $listeners)}
titleAlignStringtitle对齐方式leftleft/center/right
labelWidthNumbertitle宽度100
contentOverflowBoolean内容是否溢出省略falsefalse/true
perLineNumNumber每行几个2