This commit is contained in:
2025-04-17 23:32:39 +09:00
commit 5b719b6766
105 changed files with 25653 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<template>
<div class="club-layout">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'ClubLayout'
}
</script>
<style scoped>
.club-layout {
width: 100%;
height: 100%;
}
</style>