diff --git a/api/masters_simple.json b/api/masters_simple.json new file mode 100644 index 0000000..82739f2 --- /dev/null +++ b/api/masters_simple.json @@ -0,0 +1,42 @@ +{ + "0": { + "id": 0, + "name": "Turael", + "image": "Turael.png" + }, + "1": { + "id": 1, + "name": "Krystilia", + "image": "Krystilia.png" + }, + "2": { + "id": 2, + "name": "Mazchna", + "image": "Mazchna.png" + }, + "3": { + "id": 3, + "name": "Vannaka", + "image": "Vannaka.png" + }, + "4": { + "id": 4, + "name": "Chaeldar", + "image": "Chaeldar.png" + }, + "5": { + "id": 5, + "name": "Konar quo Maten", + "image": "Konar quo Maten.png" + }, + "6": { + "id": 6, + "name": "Nieve", + "image": "Nieve.png" + }, + "7": { + "id": 7, + "name": "Duradel", + "image": "Duradel.png" + } +} diff --git a/src/components/ConfigSection.vue b/src/components/ConfigSection.vue index 4e3013c..8641530 100644 --- a/src/components/ConfigSection.vue +++ b/src/components/ConfigSection.vue @@ -1,11 +1,11 @@