mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
8 lines
228 B
Text
8 lines
228 B
Text
---
|
|
import BaseLayout from "../../layouts/BaseLayout.astro"
|
|
import GraduationDownloadView from "./GraduationDownloadView.vue"
|
|
|
|
---
|
|
<BaseLayout>
|
|
<GraduationDownloadView client:load></GraduationDownloadView>
|
|
</BaseLayout>
|