summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 134a7be36..e8699c4de 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -11,7 +11,6 @@
<div ng-show="Content.getItems().length == 0" class="no-feeds-available">
<p ng-show="Content.isShowAll()"><?php p($l->t('No articles available')) ?></p>
<p ng-show="!Content.isShowAll()"><?php p($l->t('No unread articles available')) ?></p>
- <vue-component name="SomeComponent" v-props="Content" watch-depth="value" />
</div>
<button ng-controller="NavigationController as Navigation" id="mark-all-read-button" ng-click="Navigation.markCurrentRead()" class="hidden">
<span title="Mark Read" class="icon-checkmark"></span>