Nerochen
Nerochen
这里逻辑没问题吧

> thanks your perfect ui framework. > when i run demo,i get such error: > > E/flutter (20403): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: setState() called after dispose(): _DemoButton#3b59a(lifecycle state: defunct, not mounted)...
I found it was wrong in datepicker `ready: function ready() { var _this = this; this._blur = function (e) { if (!_this.$el.contains(e.target)) _this.close(); }; this.$dispatch('child-created', this); this.currDate = this.parse(this.value) ||...