Yuchao Ding
Yuchao Ding
The ua of a popular app named wechat in china was truncated, i hope the code of master branch can be published to npm, thanks. Here is the ua string...
@BunnySakura B 站有一个 UP 开发的插件,原理不太清楚,但是 windows defender 报毒,可能是修改文件实现的 https://t.bilibili.com/767977007846785080?spm_id_from=333.999.0.0
https://v2.vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth 子元素每个都加上 refInFor
Why `model` was set as `rootAttributes` here? https://github.com/vuejs/jsx/blob/5368c63ec768c070cfc259a506d9de43cb930bdb/packages/babel-plugin-transform-vue-jsx/src/index.js#L8 It seems that `model` is not the field of data object. [vue doc](https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth)
It seems that you should set props by spread operator like this ```jsx ... ```