mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
Adds element
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<ItemGroup
|
||||
v-for="item in items"
|
||||
:key="item.id"
|
||||
:id="item.id"
|
||||
:title="item.name"
|
||||
:items="item.items"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user