# fis3-hook-components **Repository Path**: mirrors_fex-team/fis3-hook-components ## Basic Information - **Project Name**: fis3-hook-components - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fis3-hook-components fis3 [fis-components](https://github.com/fis-components/components) 支持。 ## 安装 全局安装或者本地安装都可以。 ``` npm install fis3-hook-components ``` ## 配置 暂无配置,默认已经捆绑进 fis3. 可以通过以下配置禁用。 fis-conf.js ```javascript fis.unhook('components'); ```