Skip to content

Commit

Permalink
feat: use home layout for index (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: yunyouyang <[email protected]>
  • Loading branch information
YunYouJun and YunYouJun committed Jul 11, 2024
1 parent 3a23591 commit 43ca598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<script setup lang="ts">
definePageMeta({
layout: 'home',
})
const online = useOnline()
</script>

Expand Down

0 comments on commit 43ca598

Please sign in to comment.