Compare commits

..

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ export default {
mixins: [mixins],
data() {
return {
pushPeople: false,
pushAmount: false,
pushPeople: 'false',
pushAmount: 'false',
moren: 'directConfig'
}
},