Jiu LianCheng

Results 2 issues of Jiu LianCheng

**新功能描述** 微信和支付宝小程序都引入了捕获事件: https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxml/event.html#%E4%BA%8B%E4%BB%B6%E7%9A%84%E6%8D%95%E8%8E%B7%E9%98%B6%E6%AE%B5 https://opendocs.alipay.com/mini/framework/events#%E4%BA%8B%E4%BB%B6%E7%9A%84%E6%8D%95%E8%8E%B7%E9%98%B6%E6%AE%B5 可以使用 `capture-bind`(支付宝是 `capture-on`)替代 `bind` 绑定捕获阶段的事件,但是目前 uni-app 并没有支持。 并且事件的绑定需要修改模板,而目前原生小程序的模板编译在 uni-app 中是黑盒,暂时没有找到绕过的方式。 期望官方可以支持 vue 的 `.capture` modifier,支持捕获类型的事件

enhancement
mp-alipay

@iway1 Hello, I recently discovered that the trpc-panel was not correctly handling nested input, such as the  `createNestedPost` function which was added in this pull request.