mirror of https://github.com/Lissy93/dashy.git
⚡ Fixes value not updating on form init
This commit is contained in:
parent
37e49ae240
commit
cd40bb192f
|
@ -37,7 +37,7 @@ export default {
|
|||
},
|
||||
created() {
|
||||
if (this.initialOption) {
|
||||
this.selectedRadio = this.initialOption;
|
||||
this.updateValue(this.initialOption);
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Reference in New Issue