【vue2.X+iview2.x】iView在非 template/render 模式下標籤的轉化

iView在非 template/render 模式下標籤的轉化、ide

 

如下組件,在非 template/render 模式下組件名要分隔:spa

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

 

如下組件,在非 template/render 模式下,須要加前綴 i-:code

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-:orm

Switch: i-switch
Circle: i-circle

 

如下組件,在非 template/render 模式下,其組件寫法不變,如blog

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


如下組件,在非 template/render 模式下,須要加前綴 xxx-yyy:ci

BreadcrumbItem:breadcrumb-item
相關文章
相關標籤/搜索