FreeTube/src/renderer/components/subscriptions-community/subscriptions-community.vue

14 lines
333 B
Vue

<template>
<subscriptions-tab-ui
:is-loading="isLoading"
:video-list="postList"
:error-channels="errorChannels"
:attempted-fetch="attemptedFetch"
:is-community="true"
:initial-data-limit="20"
@refresh="loadPostsForSubscriptionsFromRemote"
/>
</template>
<script src="./subscriptions-community.js" />