Fix Carbon not rendering with hydration

This commit is contained in:
Sam Carlton 2022-06-13 11:50:14 -05:00
parent 60f7cfa451
commit 8332b60523
5 changed files with 27 additions and 5 deletions

View file

@ -15,6 +15,7 @@ import {
import Layout from '../../layouts/default.astro'
import Search from '~/components/search-stork.vue'
import CarbonInline from '~/components/carbon-inline.vue'
// Get type and slug from the request path
@ -98,7 +99,11 @@ if ( !!categorySlug ) {
base-filters={ baseFilters }
client:load
/>
>
<CarbonInline
class="carbon-inline-wide"
/>
</Search>
<!-- <ListEndButtons query="query" /> -->