summaryrefslogtreecommitdiffstats
path: root/templates/part.content.explore.php
diff options
context:
space:
mode:
authorTucker McKnight <tucker.mcknight@gmail.com>2021-07-03 15:34:11 -0600
committerBenjamin Brahmer <info@b-brahmer.de>2021-07-19 14:58:49 +0200
commit8809bb2c560c08fac4b099edaa32b23bd103725d (patch)
tree20f3824328f23935af20da33dada5208cc055f8b /templates/part.content.explore.php
parent2b9c45df4080be1ab730de6f532d10dab364dd90 (diff)
Add Vue and ng-vue packages
Also adds related parts for compiling Vue components into the existing Javascript bundle. Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com>
Diffstat (limited to 'templates/part.content.explore.php')
-rw-r--r--templates/part.content.explore.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/part.content.explore.php b/templates/part.content.explore.php
index 28f4e5d23..d99d0799f 100644
--- a/templates/part.content.explore.php
+++ b/templates/part.content.explore.php
@@ -1,6 +1,7 @@
<?php print_unescaped($this->inc('part.content.warnings')) ?>
<div id="explore">
+ <vue-component name="ExploreItems" v-props-explore="Explore" />
<div class="grid">
<div ng-repeat="entry in Explore.feeds | filter:Explore.filter | orderBy:'-votes'" ng-show="!Explore.feedExists(entry.feed)" class="explore-feed grid-item" news-refresh-masonry>
<h2 ng-show="entry.favicon"