Denis Karabaza
Denis Karabaza
This will: 1. Help work around iOS issues, where click event is [not delegated to the document root](http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html) (#7, #13). 2. Help work around issues with libraries that manage to...
Research how does vue do [unit tests](https://github.com/vuejs/vue/tree/1.0.0/test/unit). Write tests for: - [ ] Trivial case - [ ] Interoperability with `v-for` - [ ] Interoperability with `v-if`
Importing it may lead to bundling issues (#17), and in general is not a good idea. Instead, receive a reference to `Vue` via requiring an installation step as a plugin....
Hammer.js v2.0.5 has changed velocity sign in `panend` event, resulting in incorrect damping. Repro: https://jsfiddle.net/simplesmiler/aq57gL4c/ Details: https://github.com/hammerjs/hammer.js/issues/915
Currently run-dev mode does not accept requests from other CORS origins, and there is no way to affect this. This complicates development of web applications which talk directly to nodes...
Example: ``` css /* comment.css */ :host .header { color: blue; } ``` ``` css /* article.css */ :host .header { color: red; } ``` ``` html Article title Comment...
Accidentally deleted `dist` folder breaks the workflow, because browserify and watchify do not and seemingly will not ensure that the output dir exists: https://github.com/substack/watchify/issues/269 One approach would be to add...
See https://github.com/simplesmiler/vue-clickaway/issues/18 Also, #15.
Reference: https://github.com/leodido/ng-caret-aware