@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.
20 lines (18 loc) • 1.19 kB
JavaScript
const mockArticles = [
{
image: 'https://fencing.net/wp-content/uploads/2011/10/Catania2011-Medals.jpg',
articleTitle: 'How the Ranking System Works',
description: 'Explore the mechanics behind the HEMA ranking system. Understand how points are awarded, the impact of tournament participation, and what it takes to rise in the rankings.',
},
{
image: 'https://faitsdarmes.com/img/cms/articles/cover-amhe.png',
articleTitle: 'How Does the Number of Bouts Affect Your Event?',
description: 'Discover how the number of bouts can influence the flow and outcome of your HEMA event. Learn strategies to optimize bout numbers for better participant experience and accurate rankings.',
},
{
image: 'https://londonhistoricalfencing.club/wp-content/uploads/2023/06/DSF6991-e1678732197277.jpg',
articleTitle: 'Rules That Make Things Easy',
description: 'Simplify your HEMA event management with a clear understanding of essential rules. From scoring systems to conduct guidelines, this article covers the key rules that ensure smooth competitions.',
},
];
export default mockArticles;