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