Fix Registration

This commit is contained in:
Surya Paolo
2022-12-17 14:12:04 +01:00
parent 2b44dfbcb6
commit 3c2fc4c806
33 changed files with 512 additions and 376 deletions

View File

@@ -9,9 +9,9 @@ export default defineComponent({
name: 'Logo',
props: {
mystyle: {
type: Boolean,
type: String,
required: false,
default: false,
default: '',
},
},