Commit Graph

9 Commits

Author SHA1 Message Date
Chris Nicola 11b7d5dff2 Add handleError during event handling (#5709)
* Add handleError during event handling

Currently handleError is used to handle errors during lifecycle hooks.
This commit adds this functionality in to the event handling for
consistency.

* style tweak
2017-05-29 14:24:25 +08:00
Evan You 760a74480e test warning component trace 2017-04-14 15:19:41 +08:00
Evan You 4b6913cb46 handle errors in nextTick (close #5277) 2017-04-10 15:01:32 +08:00
AchillesJ 3c0265517b handle errors thrown by directive hooks (#5314) (#5324)
* handle errors thrown by directive hooks

* fix import
2017-04-03 11:37:54 +08:00
Evan You 59a372229b also catch error in data() (close #5198) 2017-03-17 11:46:37 +08:00
Evan You 72a8c13122 reduce the amount of methods exposed on Vue.util 2017-02-25 18:09:48 -05:00
Evan You 29f6902d19 coverage 2017-02-21 13:25:57 -05:00
Evan You 1861ee9570 feat: renderError 2017-02-20 00:16:40 -05:00
Evan You 3c0cdb5535 improve error handling for lifecycle hooks 2017-02-19 23:21:29 -05:00