mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 11:29:07 +00:00
SeasonedInput can now be initialized with a value
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
inputValue: undefined,
|
||||
inputValue: this.value || undefined,
|
||||
tempType: undefined
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user