Show streamDisplay on extensions by default
This commit is contained in:
parent
86e8c5d749
commit
e6b88dd40d
1 changed files with 4 additions and 2 deletions
|
|
@ -4,18 +4,20 @@
|
|||
<div class="control-component">
|
||||
<JsonForm v-bind="$props" v-on="$listeners" />
|
||||
</div>
|
||||
<div class="view-component uk-width-expand"></div>
|
||||
<div class="view-component uk-width-expand"><streamDisplay /></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import JsonForm from "../pluginComponents/JsonForm";
|
||||
import streamDisplay from "../viewComponents/streamDisplay.vue";
|
||||
|
||||
export default {
|
||||
name: "ExtensionContent",
|
||||
|
||||
components: {
|
||||
JsonForm
|
||||
JsonForm,
|
||||
streamDisplay
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue