Heming9

Results 2 issues of Heming9

### Steps to reproduce: 1. Open this file [Sleep Away.mp3]( https://github.com/Heming9/issue-resource/blob/master/go-mp3/Sleep%20Away.mp3 ) 2. Call `mp3.Decode()` on the file ### Expected result: Decoding file successfully ### Actual result: The function returns...

**问题描述** 小程序递归组件响应式异常,在H5页面中是正常使用的 **复现步骤** [复现问题的步骤] 1. 启动 '...' 2. 点击 '....' 3. 查看 [或者可以直接贴源代码] **Index.vue** ```vue {{ layer }} id({{ item.id }}): {{item.persons[0].name}} 删除.. 添加.. 添加Sub import Nodes from './nodes.vue'; export...