- attivita
- gestione degli script sul server - creato websocket per interagire con gli script del server.
This commit is contained in:
@@ -6,6 +6,7 @@ import { CBarSelection } from '../CBarSelection'
|
||||
export default defineComponent({
|
||||
name: 'CTitlePage',
|
||||
components: {CBarSelection},
|
||||
emits: ['clickButtBar'],
|
||||
props: {
|
||||
ind: {
|
||||
type: Number,
|
||||
@@ -53,11 +54,16 @@ export default defineComponent({
|
||||
|
||||
onMounted(mount)
|
||||
|
||||
function clickButtBar(item: any) {
|
||||
emit('clickButtBar', item)
|
||||
}
|
||||
|
||||
return {
|
||||
mytitle,
|
||||
myicon,
|
||||
mycolor,
|
||||
table,
|
||||
clickButtBar,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
:mycolor="mycolor"
|
||||
:prop_search="false"
|
||||
:table="table"
|
||||
@clickButtBar="clickButtBar"
|
||||
:ind="ind"
|
||||
>
|
||||
<slot />
|
||||
</CBarSelection>
|
||||
|
||||
Reference in New Issue
Block a user