fix: hydration problem on default layout (#831)
This commit is contained in:
parent
c48ee6c35b
commit
731d68d53d
3 changed files with 3 additions and 12 deletions
|
@ -1,9 +1,3 @@
|
|||
<script setup>
|
||||
definePageMeta({
|
||||
wideLayout: true,
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div min-h-screen flex justify-center items-center>
|
||||
<div text-center flex="~ col gap-2" items-center>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue