fix: add allowSignUp default value as true

This commit is contained in:
semmy 2021-11-30 08:51:27 +08:00
parent e058c509ea
commit 61dcd45a83

View File

@ -14,6 +14,7 @@ export default {
{
type: 'boolean',
name: 'allowSignUp',
defaultValue: true,
},
{
type: 'belongsTo',