unity-calendar/pages/index.vue
2024-06-07 15:37:41 +10:00

18 lines
288 B
Vue

<style scoped>
.indexblock {
display: flex; flex-direction: column; gap: 1.2rem;
}
</style>
<template>
<div class="indexblock">
<IndexTitleblock />
<IndexCalblock />
<IndexCycleblock />
<IndexQuestionblock />
</div>
</template>