Sean Liu

Results 4 issues of Sean Liu

There is no same console command for building projects like CocosCreator building step (Project -> Build -> Build) before compiling

When I used latest version of pip to install, I encountered the following error. Pip changed its internal implementation recently, which is probably why this broke pip3 --version pip 21.2.4...

Thank you for taking the time to report a bug! Your support is essential for the maintenance of this project. Please fill out the following fields to ease bug hunting...

bug

#169 已经关闭,但是类似的复现如下 index.ts ``` methods: { onChange(e: { detail: { value: any; }; }) { this.setData({ value: e.detail.value }); // ts(2339) 报错 }, handleChange(e) { this.setData({ // ts(2339) 报错 activeValues:...