iView在非 template/render 模式下标签的转化、

 

以下组件,在非 template/render 模式下组件名要分隔:

DatePicker:date-picker
FormItem:form-item
CheckboxGroup:checkbox-group
InputNumber:input-number

 

以下组件,在非 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

 

以下组件,在非 template/render 模式下,必须加前缀 i-:

Switch: i-switch
Circle: i-circle

 

以下组件,在非 template/render 模式下,其组件写法不变,如

<Card>
<Checkbox>
<Row>
<Card>
<Sider>
<Layout>
<Submenu>
<Menu-item>


以下组件,在非 template/render 模式下,需要加前缀 xxx-yyy:

BreadcrumbItem:breadcrumb-item

 

相关文章:

  • 2022-12-23
  • 2022-01-05
  • 2021-04-25
  • 2021-09-13
  • 2022-12-23
  • 2021-12-08
  • 2021-12-29
  • 2021-11-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-01-06
相关资源
相似解决方案