mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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"> -->
|
||||
</head>
|
||||
<body>
|
||||
<VueBaseLayout>
|
||||
<VueBaseLayout
|
||||
client:load
|
||||
>
|
||||
<slot />
|
||||
</VueBaseLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue