initial commit

This commit is contained in:
2026-06-23 13:28:38 +07:00
commit 966ed115b2
590 changed files with 111412 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<template>
<div>
<VCard
class="mb-6"
title="Admin Page"
>
<VCardText>Admin</VCardText>
<VCardText>
Admin
</VCardText>
</VCard>
</div>
</template>
<route lang="yaml">
meta:
requiresAuth: true
allowedRoles: ['admin']
</route>