SeasonedInput can now be initialized with a value

This commit is contained in:
2019-10-23 00:33:00 +02:00
parent 8b9b2be891
commit 4a32fe5255

View File

@@ -18,7 +18,7 @@ export default {
}, },
data() { data() {
return { return {
inputValue: undefined, inputValue: this.value || undefined,
tempType: undefined tempType: undefined
} }
}, },