v-collections-init attribute will initialize all elements that have v-collections and v-scope on the page. It will also remove v-prerender elements and replace them with v-collections data.
<section class="pt-12 pb-24" v-collections="['posts', 'categories']" v-collections-init=""></section>