Compare commits

..

No commits in common. "8c8ba399b7f2728b87d65c66f0ec55ba3614ba06" and "a7fd2ab2ebf66cdcab9b9a7f55b831a873496d83" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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