UNPKG
fis3-hook-components
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
fis3 components plugin
github.com/2betop/fis3-plugin-components
2betop/fis3-plugin-components
fis3-hook-components
/
README.md
23 lines
(13 loc)
•
347 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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'); `
``