This commit is contained in:
parent
9d91740f6e
commit
ca305dff73
@ -2,16 +2,16 @@
|
|||||||
<div
|
<div
|
||||||
class="grid"
|
class="grid"
|
||||||
>
|
>
|
||||||
<ConfigEditor
|
|
||||||
v-model="config"
|
|
||||||
:template="template"
|
|
||||||
/>
|
|
||||||
<ViewComponent
|
<ViewComponent
|
||||||
v-for="(item,key) of saved_config.displays"
|
v-for="(item,key) of saved_config.displays"
|
||||||
:key="key"
|
:key="key"
|
||||||
:config="item"
|
:config="item"
|
||||||
:data="log(item.source)"
|
:data="log(item.source)"
|
||||||
/>
|
/>
|
||||||
|
<ConfigEditor
|
||||||
|
v-model="config"
|
||||||
|
:template="template"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user