ui_migration bugfix(component) fix ministream add prop id and visibility stream add and remove
This commit is contained in:
parent
8aaddf6fb1
commit
22444af143
10 changed files with 94 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<slot></slot>
|
||||
<miniStreamDisplay class="mini-preview" />
|
||||
<miniStreamDisplay class="mini-preview" :stream-id="setStreamId" />
|
||||
<slot name="below-stream"></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -15,6 +15,13 @@ export default {
|
|||
components: {
|
||||
miniStreamDisplay,
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
// This adds the parent name as value for prop streamId
|
||||
setStreamId: this.$options.name,
|
||||
};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue