-
Notifications
You must be signed in to change notification settings - Fork 2
自建组件
dmf-code edited this page May 6, 2020
·
1 revision
每个业务点都会存在着不同,所以除了提供通用组件外,框架还提供自建组件。
在 components 文件夹下,自定义文件夹,然后创建组件就行了。这里如果使用多种文件夹方式,就要在配置中使用如下格式:
{
"component": "customizes.test"
}