mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Always hydrate VueBaseLayout
This commit is contained in:
parent
c090b89d90
commit
c698b074c5
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue