Fix Registration
This commit is contained in:
@@ -24,6 +24,11 @@ export default defineComponent({
|
||||
type: String,
|
||||
required: false
|
||||
},
|
||||
showBarSelection: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: true
|
||||
},
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
v-else
|
||||
>
|
||||
<CBarSelection
|
||||
v-if="showBarSelection"
|
||||
:myicon="myicon"
|
||||
:mytitle="mytitle"
|
||||
:mycolor="mycolor"
|
||||
|
||||
Reference in New Issue
Block a user