UNPKG

@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.

132 lines (131 loc) 4.31 kB
const mockGetTournamentId = { "TournamentId": 49, "Name": "Lynx Cup 2025", "StartDate": "2025-02-14", "EndDate": "2025-02-17", "RegistrationCutOff": "2025-02-13", "Description": "<strong>Lynx Cup: Premier Fencing Tournament of the Midwest</strong>", "HostedOnM2": true, "TotalParticipants": 0, "Events": [ { "EventId": 56, "EventName": "Saber", "Status": "planning", "Date": "2025-02-14", "StartTime": "09:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Military Saber" } }, { "EventId": 57, "EventName": "Div3 Longsword", "Status": "planning", "Date": "2025-02-14", "StartTime": "12:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Longsword" } }, { "EventId": 58, "EventName": "Div1 Longsword", "Status": "planning", "Date": "2025-02-15", "StartTime": "09:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Longsword" } }, { "EventId": 59, "EventName": "Div2 Longsword", "Status": "planning", "Date": "2025-02-15", "StartTime": "12:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Longsword" } }, { "EventId": 60, "EventName": "MG Longsword", "Status": "planning", "Date": "2024-11-17", "StartTime": "09:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Longsword" } }, { "EventId": 61, "EventName": "Sword and Buckler", "Status": "planning", "Date": "2025-02-16", "StartTime": "12:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Sword & Buckler" } }, { "EventId": 62, "EventName": "Rapier and Dagger", "Status": "planning", "Date": "2025-02-16", "StartTime": "12:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Rapier & Dagger" } } ], "Club": { "Name": "Columbus United Fencing Club", "ClubId": 10, "Images": [ { "ImageId": 55, "URL": "https://meyersquaredimages.com/images/clubs/cufc.png", "AltText": null } ] }, "Address": { "Name": "Columbus United Fencing Club", "City": "Reynoldsburg", "State": "OH", "Address1": "6475 E Main St Suite #111", "Zip": 43068, "Coordinates": "39.953315,-82.9068263" }, "Images": [ { "ImageId": 61, "URL": "https://meyersquaredimages.com/uploads/t-6789f8b3.png", "AltText": "Lynx Cup 2025 image" } ], "PrimaryContact": { "PersonId": 62, "DisplayName": "Matthew Dicken", "Images": [ { "ImageId": 56, "URL": "https://meyersquaredimages.com/images/portraits/matdicken.png", "AltText": "Portrait for Mat Dicken" } ] }, "SocialMedia": [], "TotalEvents": 7, "Status": "unknown" }; export default mockGetTournamentId;