|
|
|
|
@ -26,8 +26,8 @@ const headers = [
|
|
|
|
|
{ key: 'arme', value: 'data.arme', title: 'Arme', align: 'center' }, |
|
|
|
|
{ key: 'mainGauche', value: 'data.mainGauche', title: 'Main Gauche', align: 'center' }, |
|
|
|
|
{ key: 'relique', value: 'data.relique', title: 'Relique / Distance', align: 'center' }, |
|
|
|
|
{ value: 'totalBIS', title: 'Total BIS', align: 'center' }, |
|
|
|
|
{ value: 'tokenHM', title: 'Tokens HM', align: 'center' } |
|
|
|
|
{ value: 'totalBIS', title: 'Total BIS', align: 'center', sortable: true }, |
|
|
|
|
{ value: 'tokenHM', title: 'Tokens HM', align: 'center', sortable: true } |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
onMounted(async () => { |
|
|
|
|
|