Damon Chen

Results 3 issues of Damon Chen

## Description [问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚] 在.wpy文件中使用wxs绑定事件, ``` module.exports.tap = ()=>{ console.log('tap') } 测试wxs点击 ``` 然后进行打包的时候,不管有没有在事件后面增加.wxs的修饰符控制台都会报错 ``` seems 'test' is a wxs module, please manully add a .wxs modifier for the event. ```...

##[阅读完后请在提交的issue中删除以上内容,包括分割线]() DELETE THE INFORMATION ABOVE(INCLUDE THE SEPARATION LINE) BEFORE YOU OPEN AN ISSUE ------------------------ ## Description 在 app.wpy中配置全局组件的了以后,components没有被打包到weapp里面,导致在页面调用组件的时候出现找不到组件的错误 [Description of the issue] ## Environment * Platform: [开发者工具] * wepy-cli version:...

对typscript不太熟悉,在网上找了一圈资料也没找到wepy使用typescript制作的小程序的模板。能不能提供2.0typscript的模板 ?