Persist text input for the field

This commit is contained in:
Montana
2019-01-04 09:57:23 -05:00
parent c5007d9edb
commit 62ac2642ae
3 changed files with 7 additions and 5 deletions

View File

@@ -20,7 +20,8 @@ export default {
initialValue: {
type: Array,
default: () => []
}
},
initialOtherValue: String,
},