iview 非 template/render 標籤轉換

在 非 template/render情形下使用 iview,發現除了官方的一些須要注意的點外,還有一些其餘須要注意的,這裏記錄下,防踩坑:iview

官方說明:ide

在非 template/render 模式下(例如使用 CDN 引用時),組件名要分隔,例如 DatePicker 必需要寫成 date-pickerui

如下組件,在非 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
  • Time: i-time

如下組件,在全部模式下,必須加前綴 i-,除非使用 iview-loaderorm

  • Switch: i-switch
  • Circle: i-circle

補充:(未完待續)ci

一、MenuItem:Menu-Itemget

二、RadioGroup:Radio-Groupinput

三、<Icon / >:<Icon ></Icon>it

四、FormItem:Form-Itemio

相關文章
相關標籤/搜索