Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
目前微信小程序生成组件的时候, 只选择最后一个函数组件进行处理生成,不管这个函数是否作为模块导出,都是一并处理的(以观察过源码)。 希望能够在单个文件里面,可以能够导出多个JSX组件, 在另外页面可以选择性的导入某个组件。