Fritz Lin
Fritz Lin
https://github.com/fritx/wxchangba/blob/dev/src%2Fserver%2Flib%2Fwxconnect.js#L39-L42 wxchangba项目中 使用wx-connect时 hack了一下
https://github.com/pablohpsilva/vuejs-component-style-guide#why-6 > Again, grouping makes the component easier to read (name; extends; props, data and computed; components; watch and methods; lifecycle methods, etc.); ```js export default { // Do not...
https://github.com/Microsoft/vscode/issues/14907 A `jsconfig.json` won't work for me, any idea?
Now we can only specify `density` and `oimo` calculates volume/mass for us. But can we sometimes specify `mass` instead of `density`? For example, I know the mass but don't care...
Search Results: **curObj** https://github.com/fritx/vue-threejs/search?q=curObj&unscoped_q=curObj Related Vue Topic: **[feature] Ability to disable Vue observation** https://github.com/vuejs/vue/issues/2637 Solution Draft: https://github.com/vuejs/vue/issues/2637#issuecomment-331913620 ```js data () { return { wrapper: Object.freeze({ actual: [bigData] }) } },...
extracted repo: https://github.com/fritx/insert-text-2/blob/dev/src/insert.js
Related issues: #13, #35, #42, #51, #52, #53 Related PR: #54 (pending) README: (coming soon..) Online demos: (coming soon..) ```vue {{ s.current.name }} ``` More example at branch [demo/try-emoji](https://github.com/fritx/vue-at/commits/demo/try-emoji) or...
Related issues and comments: https://github.com/fritx/vue-at/issues/8#issuecomment-304666006, https://github.com/fritx/vue-at/issues/22#issuecomment-338363789, #26, #29, https://github.com/fritx/vue-at/issues/32#issuecomment-355378888, https://github.com/fritx/vue-at/issues/41#issuecomment-369471368 Related PR: #38 README: https://github.com/fritx/vue-at#using-v-model-recommended Online demos: http://fritx.github.io/vue-at/#/en/vmodel ```vue ``` Thank you all, @KuiShang, @pingshunhuangalex, @Yuzhongbing, @youyi1314, @iadambrown, @rap2hpoutre, @Brimstedt...
Backlog
- [ ] compatibility note: display:flex is used http://caniuse.com/#search=flex - [ ] bug: insertItem in the middle of @'d name - [x] remote suggestion request #16 - [x] v-model support...
Mouse hover on the at-panel disturbs keyboard select. If the mouse remains at the 3rd item on the list, when we press the up/down keys, the list scrolls, but the...