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">
|
<div class="control-component">
|
||||||
<JsonForm v-bind="$props" v-on="$listeners" />
|
<JsonForm v-bind="$props" v-on="$listeners" />
|
||||||
</div>
|
</div>
|
||||||
<div class="view-component uk-width-expand"></div>
|
<div class="view-component uk-width-expand"><streamDisplay /></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import JsonForm from "../pluginComponents/JsonForm";
|
import JsonForm from "../pluginComponents/JsonForm";
|
||||||
|
import streamDisplay from "../viewComponents/streamDisplay.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "ExtensionContent",
|
name: "ExtensionContent",
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
JsonForm
|
JsonForm,
|
||||||
|
streamDisplay
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue