mirror of https://github.com/pixelfed/pixelfed
Add collections.js
parent
8299553d81
commit
e6d5dcd96b
@ -0,0 +1,4 @@
|
||||
Vue.component(
|
||||
'collection-component',
|
||||
require('./components/CollectionComponent.vue').default
|
||||
);
|
||||
Loading…
Reference in New Issue