diff --git a/src/components/Item.vue b/src/components/Item.vue new file mode 100644 index 00000000..b545c349 --- /dev/null +++ b/src/components/Item.vue @@ -0,0 +1,71 @@ + + + + + + diff --git a/src/components/ItemGroup.vue b/src/components/ItemGroup.vue index 69a41e41..97d8b53b 100644 --- a/src/components/ItemGroup.vue +++ b/src/components/ItemGroup.vue @@ -5,16 +5,24 @@ No Items to Show Yet +
+ +
diff --git a/src/data/item-data.json b/src/data/item-data.json index 9ac68f67..d51f7a9f 100644 --- a/src/data/item-data.json +++ b/src/data/item-data.json @@ -1,9 +1,10 @@ [ { - "name": "", + "id": "0", + "name": "Server Management", "items": [ { - "title": "", + "title": "Tile 1!", "description": "", "provider": "", "icon": "", diff --git a/src/views/Home.vue b/src/views/Home.vue index a98846a8..1797cc94 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,7 +3,7 @@

{{title}}

{{subtitle}}
- +
@@ -13,12 +13,18 @@