Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 21, 2024
1 parent 06a977a commit c2ec9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { toggleDark } = useDark()
</script>

<template>
<main class="flex min-h-screen justify-center items-center">
<div class="container flex min-h-screen justify-center items-center mx-auto">
<var-button type="primary" @click="toggleDark">Toggle Theme</var-button>
</main>
</div>
</template>

0 comments on commit c2ec9e0

Please sign in to comment.