fix md-input-container not reseting when model is null (#281)

fix #277
This commit is contained in:
Kory Prince 2017-01-02 07:30:59 -06:00 committed by Marcos Moura
parent b66bb5bd1c
commit bc9ece0d62

View file

@ -8,6 +8,7 @@ export default {
},
watch: {
value(value) {
this.$el.value = value;
this.setParentValue(value);
},
disabled() {