Always hydrate VueBaseLayout

This commit is contained in:
Sam Carlton 2022-04-25 22:56:15 -05:00
parent c090b89d90
commit c698b074c5

View file

@ -45,7 +45,9 @@ const {
<!-- <link rel="preload" href="/_nuxt/static/1650919862/state.js" as="script"> --> <!-- <link rel="preload" href="/_nuxt/static/1650919862/state.js" as="script"> -->
</head> </head>
<body> <body>
<VueBaseLayout> <VueBaseLayout
client:load
>
<slot /> <slot />
</VueBaseLayout> </VueBaseLayout>