1
0
Fork 0

Update components.js

This commit is contained in:
Daniel Supernault 2019-04-01 21:28:34 -06:00
parent 4038b99f52
commit 215f3d1ac9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,11 @@ require('./components/searchform');
// Initialize Notification Helper
window.pixelfed.n = {};
Vue.component(
'search-results',
require('./components/SearchResults.vue').default
);
// Vue.component(
// 'photo-presenter',
// require('./components/presenter/PhotoPresenter.vue').default