mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix Carbon not rendering with hydration
This commit is contained in:
parent
60f7cfa451
commit
8332b60523
5 changed files with 27 additions and 5 deletions
|
|
@ -14,6 +14,7 @@ import Search from '~/components/search-stork.vue'
|
|||
// import ListSummary from '~/components/list-summary.vue'
|
||||
import ListEndButtons from '~/components/list-end-buttons.vue'
|
||||
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
|
||||
import CarbonInline from '~/components/carbon-inline.vue'
|
||||
|
||||
const homePageKindPage = await DoesItAPI.kind.app(1).get()
|
||||
const allAppsSummary = await DoesItAPI('all-apps-summary').get()
|
||||
|
|
@ -49,7 +50,11 @@ const allAppsSummary = await DoesItAPI('all-apps-summary').get()
|
|||
list-summary={ allAppsSummary }
|
||||
|
||||
client:load
|
||||
/>
|
||||
>
|
||||
<CarbonInline
|
||||
class="carbon-inline-wide"
|
||||
/>
|
||||
</Search>
|
||||
|
||||
<AllUpdatesSubscribe
|
||||
class="my-12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue