mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-10 08:14:52 +00:00
use the internal value of md_input to set the value of the container
This commit is contained in:
parent
d2f22114aa
commit
b54fc90d16
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export default {
|
|||
this.parentContainer.counterLength = this.maxlength;
|
||||
},
|
||||
setParentValue() {
|
||||
this.parentContainer.setValue(this.$el.value);
|
||||
this.parentContainer.setValue(this.value);
|
||||
},
|
||||
setParentDisabled() {
|
||||
this.parentContainer.isDisabled = this.disabled;
|
||||
|
|
|
|||
Loading…
Reference in a new issue