From a6f6b445f2c06bb62dfdb32f9e7b999d359d1f4b Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Sat, 26 May 2018 21:37:05 +0200 Subject: [PATCH] Add Commit and Tester to the compatibility list --- src/components/Compatibility.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/Compatibility.vue b/src/components/Compatibility.vue index bcd831d..b3c0644 100644 --- a/src/components/Compatibility.vue +++ b/src/components/Compatibility.vue @@ -32,9 +32,12 @@ {{ props.item.name }} {{ props.item.title_id.join(', ') }} + {{ props.item.state_emu_version }} + {{ props.item.nickname }} {{ props.item.state }} +
Click for more information
{{ props.item.state_last_date }} @@ -89,6 +92,14 @@ export default { text: 'Title IDs', value: 'title_id' }, + { + text: 'Commit', + value: 'state_emu_version' + }, + { + text: 'Tester', + value: 'nickname' + }, { text: 'State', value: 'state'