Files
dlearn-front/pages/index.vue
T
2024-05-21 15:01:29 +03:30

11 lines
171 B
Vue

<template>
<client-only>
<home-pageIntro />
<home-pageSuggested-courses />
<home-pageInformation />
<home-pageAbout-us />
</client-only>
</template>