Skip to content

Commit

Permalink
forgot this in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
UX3D-hohenester committed Jan 22, 2021
1 parent 8f23b03 commit 56b04c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app_web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ <h2>Animation</h2>
<span>XMP</span>
</template>
<h2>XMP</h2>
<json-to-ui-template v-bind:data="xmp" v-bind:isinner="false"></json-to-ui-template>
<div class="xmpWrapper">
<json-to-ui-template v-bind:data="xmp" v-bind:isinner="false" ref="xmpUI"></json-to-ui-template>
</div>
</b-tab-item>
<!--<b-tab-item label="Capture" icon="video">
<template #header>
Expand Down

0 comments on commit 56b04c5

Please sign in to comment.