init
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user