added pagination
This commit is contained in:
@@ -7,8 +7,13 @@
|
||||
</b-row>
|
||||
<big-chungus-loader text="Fetching collections..." v-if="processing"/>
|
||||
<b-row v-else>
|
||||
<collections-list-element :title="c.name" :count="c.element_count" :type="c.type" @click="openCollection(c.id)"
|
||||
:key="c.id" v-for="c in collections"/>
|
||||
<collections-list-element
|
||||
:title="c.name"
|
||||
:count="c.element_count"
|
||||
:type="c.type"
|
||||
@click="openCollection(c.id)"
|
||||
:key="c.id"
|
||||
v-for="c in collections"/>
|
||||
</b-row>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user