Explorar el Código

docs(fg-tabbar): 添加关于iconType的注释说明

feige996 hace 10 meses
padre
commit
8a093d27aa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/layouts/fg-tabbar/tabbarList.ts

+ 1 - 0
src/layouts/fg-tabbar/tabbarList.ts

@@ -26,6 +26,7 @@ export const tabbarList = [
     pagePath: 'pages/index/index',
     text: '首页',
     icon: 'home',
+    // 选用 UI  框架自带的 icon时,iconType 为 uiLib
     iconType: 'uiLib',
   },
   {