Fixed missing 'Done' button
This commit is contained in:
parent
355b9be3ff
commit
dec386840a
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
name: undefined,
|
||||
doneButton: '<i class="material-icons">done</i>',
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue