separated inbound's client mux #257

This commit is contained in:
Alireza Ahmadi
2024-10-22 23:55:37 +02:00
parent 90b2876867
commit 119cff3d85
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -85,6 +85,7 @@ export default {
},
computed: {
mux(): oMultiplex {
if (!Object.hasOwn(this.$props.data,"multiplex")) this.$props.data.multiplex = {}
return <oMultiplex> this.$props.data.multiplex
},
muxEnable: {