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
|
|
@ -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" /> -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue