8 lines
117 B
Vue
8 lines
117 B
Vue
<template>
|
|
<StudyHome />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import StudyHome from "../StudyHome.vue";
|
|
</script>
|