@dcrackel/meyersquaredui
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
158 lines (156 loc) • 3.85 kB
JavaScript
const mockTopFencers = [
{
"PersonId": 1,
"DisplayName": "Dwain Crackel",
"ClubId": 10,
"HEMARatings": [
{
"Rank": 926,
"Rating": 1370,
"WeaponId": 1
}
],
"M2Ratings": [
{
"WeaponId": 1,
"FormattedRating": "E24"
}
],
"Club": {
"ClubId": 10,
"Name": "Columbus United Fencing Club"
},
"ProfileImage": {
"URL": "https://randomuser.me/api/portraits/men/22.jpg",
"AltText": null
}
},
{
"PersonId": 2,
"DisplayName": "Kyle Edwards",
"ClubId": 6,
"HEMARatings": [],
"M2Ratings": [
{
"WeaponId": 1,
"FormattedRating": "D24"
}
],
"Club": {
"ClubId": 6,
"Name": "SwordPlay Society"
},
"ProfileImage": null
},
{
"PersonId": 3,
"DisplayName": "Dave Larabee",
"ClubId": 3,
"HEMARatings": [],
"M2Ratings": [
{
"WeaponId": 1,
"FormattedRating": "C24"
}
],
"Club": {
"ClubId": 3,
"Name": "Sword & Blade of Callie"
},
"ProfileImage": null
},
{
"PersonId": 4,
"DisplayName": "Kim Bullock",
"ClubId": 1,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 1,
"Name": "Acme Fencing Club"
},
"ProfileImage": {
"URL": "https://randomuser.me/api/portraits/women/45.jpg",
"AltText": null
}
},
{
"PersonId": 5,
"DisplayName": "Darlene Acevedo",
"ClubId": 9,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 9,
"Name": "Cats Cutlass Club of Canton"
},
"ProfileImage": {
"URL": "https://randomuser.me/api/portraits/women/30.jpg",
"AltText": null
}
},
{
"PersonId": 6,
"DisplayName": "Courtney Medina",
"ClubId": 3,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 3,
"Name": "Sword & Blade of Callie"
},
"ProfileImage": null
},
{
"PersonId": 7,
"DisplayName": "Emily Carlson",
"ClubId": 4,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 4,
"Name": "Guardians of the Guard"
},
"ProfileImage": null
},
{
"PersonId": 8,
"DisplayName": "Jamie Bittle",
"ClubId": 2,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 2,
"Name": "Historical Fencing Of Anywhere"
},
"ProfileImage": {
"URL": "https://randomuser.me/api/portraits/women/41.jpg",
"AltText": null
}
},
{
"PersonId": 9,
"DisplayName": "Sean McCoy",
"ClubId": 7,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 7,
"Name": "Hilt & Heart"
},
"ProfileImage": null
},
{
"PersonId": 10,
"DisplayName": "Jamie Doe",
"ClubId": 7,
"HEMARatings": [],
"M2Ratings": [],
"Club": {
"ClubId": 7,
"Name": "Hilt & Heart"
},
"ProfileImage": null
}
];
export default mockTopFencers;