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

@@ -24,6 +24,11 @@ export default defineComponent({
type: String,
required: false
},
showBarSelection: {
type: Boolean,
required: false,
default: true
},
},
setup(props, { emit }) {

View File

@@ -16,6 +16,7 @@
v-else
>
<CBarSelection
v-if="showBarSelection"
:myicon="myicon"
:mytitle="mytitle"
:mycolor="mycolor"