Switch to string format for "remember"

This commit is contained in:
Jonathan Reinink 2019-04-25 08:13:15 -04:00
parent f8666b151c
commit ad05adf470
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ export default {
default: () => ({}), default: () => ({}),
}, },
}, },
remember: ['form'], remember: 'form',
data() { data() {
return { return {
sending: false, sending: false,

View File

@ -93,7 +93,7 @@ export default {
default: () => ({}), default: () => ({}),
}, },
}, },
remember: ['form'], remember: 'form',
data() { data() {
return { return {
sending: false, sending: false,