SeasonedInput can now be initialized with a value
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
inputValue: undefined,
|
inputValue: this.value || undefined,
|
||||||
tempType: undefined
|
tempType: undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user