mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
⚡ 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…
x
Reference in New Issue
Block a user