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.

186 lines (184 loc) 7.13 kB
const mockTournaments = [ { "TournamentId": 63, "Name": "Claw and Order", "StartDate": "2024-11-10", "EndDate": "2024-11-10", "Description": "Join us for a purr-fect day of sword fighting where justice is served with a scratch!", "HostedOnM2": true, "ImagesURLs": "https://meyersquaredimages.com/images/ClawandOrder.png", "ImagesAltTexts": "Catnip Fencing image", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 64, "Name": "Fencing Fur-midable", "StartDate": "2024-11-24", "EndDate": "2024-11-24", "Description": "Compete in a fur-ocious HEMA tournament where only the most fur-midable fighters will prevail.", "HostedOnM2": true, "ImagesURLs": "https://meyersquaredimages.com/uploads/t-90dc6fe8.png", "ImagesAltTexts": "Catnip Paradise image", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 65, "Name": "Cat-astrophic Combat", "StartDate": "2024-12-08", "EndDate": "2024-12-08", "Description": "Prepare for a cat-astrophic clash of claws and blades in this intense one-day tournament!", "HostedOnM2": false, "ImagesURLs": "https://i.ytimg.com/vi/ieQglgIMfao/maxresdefault.jpg", "ImagesAltTexts": "This is alt text", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 66, "Name": "Paws and Blades", "StartDate": "2024-12-15", "EndDate": "2024-12-15", "Description": "A one-day event where warriors paw-se to engage in intense bouts of skill and strategy.", "HostedOnM2": false, "ImagesURLs": "https://meyersquaredimages.com/images/pawsandblades.png", "ImagesAltTexts": "alt text", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 67, "Name": "Mew-tilate the Opposition", "StartDate": "2024-12-22", "EndDate": "2024-12-23", "Description": "A two-day tournament where fighters claw their way to the top to mew-tilate the competition.", "HostedOnM2": false, "ImagesURLs": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTtxO6k-C-9LYcukGvSD-3rZlsuDIu9mXfNoS4MuxHeyA&s", "ImagesAltTexts": "more alt text", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 68, "Name": "Feline Frenzy", "StartDate": "2025-01-05", "EndDate": "2025-01-05", "Description": "Kick off the new year with a fierce feline frenzy of swords and skills in this action-packed tournament!", "HostedOnM2": false, "ImagesURLs": "https://ih1.redbubble.net/image.4657842394.6345/flat,750x,075,f-pad,750x1000,f8f8f8.u3.jpg", "ImagesAltTexts": "alt text", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 69, "Name": "Catfight Championship", "StartDate": "2025-01-12", "EndDate": "2025-01-13", "Description": "Who will be crowned the top cat in this two-day championship of claws and steel?", "HostedOnM2": false, "ImagesURLs": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRG8z6ZGh7NP46JgZAY1uRXR6znJizLhBIa-w&s", "ImagesAltTexts": "text", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 70, "Name": "Fur-tissimo Fencing", "StartDate": "2025-01-20", "EndDate": "2025-01-20", "Description": "Test your speed and strength in this fur-tissimo fencing competition where quick paws win the day.", "HostedOnM2": false, "ImagesURLs": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ7Rgb6Yjgcr8M-kfPWaNnuQiyj3LscU6M8fQ&s", "ImagesAltTexts": "text", "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 71, "Name": "Mittens of Mayhem", "StartDate": "2025-02-02", "EndDate": "2025-02-02", "Description": "Step into the ring of mayhem and show your prowess with mittens on in this one-day spectacle.", "HostedOnM2": false, "ImagesURLs": null, "ImagesAltTexts": null, "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } }, { "TournamentId": 72, "Name": "Kitty Cutlass Clash", "StartDate": "2025-02-09", "EndDate": "2025-02-11", "Description": "A three-day extravaganza of cutlass duels and catty rivalries to determine the ultimate kitty warrior!", "HostedOnM2": false, "ImagesURLs": null, "ImagesAltTexts": null, "Club": { "Name": "Acme Fencing Club" }, "Address": { "Name": "Test Location", "City": "Delaware", "State": "OH" } } ]; export default mockTournaments;