[]关于官方的自定义组件教程
教程中讲解了如何给某个包下的某个组件自定义化,module.def是这样写的:
module:"ScaleButton"
path:"src/component"
那如果想给某个包下的多个组件自定义化呢?module.def该怎样编辑?
我试过以下方式:
一、
module:"ScalePanel"
path:"src/component"
module:"ScaleButton"
path:"src/component"
结果只会生成ScalePanel.js
二、
module:"ScaleButton,ScalePanel"
path:"src/component"
三、
module:"ScaleButton","ScalePanel"
path:"src/component"
结果都不行。
module:"ScaleButton"
path:"src/component"
那如果想给某个包下的多个组件自定义化呢?module.def该怎样编辑?
我试过以下方式:
一、
module:"ScalePanel"
path:"src/component"
module:"ScaleButton"
path:"src/component"
结果只会生成ScalePanel.js
二、
module:"ScaleButton,ScalePanel"
path:"src/component"
三、
module:"ScaleButton","ScalePanel"
path:"src/component"
结果都不行。
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
w1114367261
赞同来自: