TKSun

Results 7 comments of TKSun

```js "1000000000000".split('').reverse().reduce((total, each, i)=>{ total.push(each) if ((i + 1) % 3 == 0) total.push('.') return total }, []).reverse().join('') ```

![image](https://user-images.githubusercontent.com/28857867/64235730-8b5a3900-cf2b-11e9-94d7-545d4cba90d6.png) 这也太弟弟了

如果是对象数组上面是不是好多都不管用了

> 失望。 dont be bro. https://www.bilibili.com/video/BV1kq4y137fP

有社区翻译的 不完整版 都是 element vue3 https://github.com/qq1037305420/element-plus vue2 https://github.com/formilyjs/element

vue 注入 mometa 元素会导致父级元素的mometa透传到子集元素上面。有人有方案吗?

> 类比react实现 作者组织一下上面各位大佬一起整一个,可以吗 @imcuttle