fix: hydration problem on default layout (#831)

This commit is contained in:
Joaquín Sánchez 2023-01-06 20:38:40 +01:00 committed by GitHub
parent c48ee6c35b
commit 731d68d53d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 12 deletions

View file

@ -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>