proof of work of player filtering and listing

This commit is contained in:
2023-03-15 20:00:37 +01:00
parent da5be8aaa1
commit aa42772a52
5 changed files with 148 additions and 8 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<template>
<nav>
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
<router-link to="/about">About</router-link> |
<router-link to="/players">Players</router-link>
</nav>
<router-view/>
</template>