非template/render 模式下 i-table render: function (h, params) { return h('div', [ h('Button', { props: { type: 'primary', size: 'small' }, style: { marginRight: '5px' }, on: { click: function () { this.show(params.index) } } }, '查看'), h('Button', { props: {...
在非template/render 模式下(例如使用 CDN 引用时),组件名要分隔,例如DatePicker必须要写成date-picker。 以下组件,在非 template/render 模式下,需要加前缀i-: Button:i-button Col:i-col Table:i-table Input:i-input Form:i-form Menu:i-menu Select:i-select Option:i-option Progress:i-progress Time:...
以下组件,在非 template/render 模式下,需要加前缀 i-: Button: i-button Col: i-col Table: i-table Input: i-input Form: i-form Menu: i-menu Select: i-select Option: i-option Progress: i-progress Header:i-header Content:i-content Footer:i-footer Switch: i-switch Circle: i-circle 以下...
5 BreadcrumbItem:breadcrumb-item 以下组件,在非 template/render 模式下,需要加前缀 i-: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Button: i-button Col: i-col Table: i-table Input: i-input Form: i-form Menu: i-menu Select: i-select Option: i-option Progress: i-progress Header:i-head...
在非template/render 模式下(例如使用 CDN 引用时),组件名要分隔,例如DatePicker必须要写成date-picker。 以下组件,在非 template/render 模式下,需要加前缀i-: Button:i-button Col:i-col Table:i-table Input:i-input Form:i-form Menu:i-menu
以下组件,在非 template/render 模式下,需要加前缀 i-: Button: i-button Col: i-col Table: i-table Input: i-input Form: i-form Menu: i-menu Select: i-selectOption: i-option Progress: i-progress Header:i-header Content:i-content
以下组件,在非 template/render 模式下组件名要‘-‘分隔: 1DatePicker:date-picker2FormItem:form-item3CheckboxGroup:checkbox-group4InputNumber:input-number5BreadcrumbItem:breadcrumb-item 以下组件,在非 template/render 模式下,需要加前缀 i-: 1Button: i-button2Col: i-col3Table: i-table4Input: i-inp...