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.

96 lines (95 loc) 3.2 kB
const mockGetTournamentId = { "TournamentId": 73, "Name": "Sword Quench 2025", "StartDate": "2025-08-09", "EndDate": "2025-08-10", "RegistrationCutOff": "2025-08-09", "Description": "<p>More details coming soon</p>", "BasePrice": "45.00", "HostedOnM2": true, "TotalParticipants": 0, "Events": [ { "EventId": 169, "EventName": "Longsword", "Status": "planning", "EventPrice": "45.00", "Date": "2025-08-09", "StartTime": "09:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Longsword" } }, { "EventId": 170, "EventName": "Sword and Buckler", "Status": "planning", "EventPrice": "45.00", "Date": "2025-08-09", "StartTime": "14:00:00", "ParticipantsCount": 0, "Weapon": { "Name": "Sword & Buckler" } } ], "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": 86, "URL": "https://meyersquaredimages.com/uploads/t-09fed9af.png", "AltText": "Sword Quench image" } ], "PrimaryContact": { "PersonId": 62, "DisplayName": "Matthew Dicken", "Images": [ { "ImageId": 56, "URL": "https://meyersquaredimages.com/images/portraits/matdicken.png", "AltText": "Portrait for Mat Dicken" } ] }, "SocialMedia": [], "Merch": [ { "MerchId": 1, "Name": "Big Steppy T-Shirt", "Amount": 19.99, "Description": "Super Awesome and Soft Tournament Shirt", "OptionsJson": "[\"xs\", \"sm\", \"md\", \"lg\", \"xl\", \"2xl\", \"3xl\"]", "Images": [ { "ImageId": 125, "URL": "https://meyersquaredimages.com/images/merch/tshirt.png", "AltText": "Big Steppy Shirt" } ] } ], "TotalEvents": 2, "Status": "unknown" } export default mockGetTournamentId;