[]关于官方的自定义组件教程

教程中讲解了如何给某个包下的某个组件自定义化,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"

结果都不行。
已邀请:

w1114367261

赞同来自:

module是你的一个组件js的类名而已一个组件类里面进行定义组件,你是要更改你的路径而不是更改你的module分包后的js文件名

要回复问题请先

商务合作
商务合作