mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-15 02:33:10 +00:00
parent
b673a871cd
commit
324a08b7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
this.selectedValue = output.value;
|
||||
this.selectedText = output.text;
|
||||
|
||||
if (this.selectedText && this.parentContainer) {
|
||||
if (this.parentContainer) {
|
||||
this.parentContainer.setValue(this.selectedText);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue