mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update timeline.js
This commit is contained in:
parent
23c131d005
commit
48ae8cabbe
1 changed files with 5 additions and 0 deletions
5
resources/assets/js/timeline.js
vendored
5
resources/assets/js/timeline.js
vendored
|
@ -37,3 +37,8 @@ Vue.component(
|
|||
'timeline',
|
||||
require('./components/Timeline.vue').default
|
||||
);
|
||||
|
||||
Vue.component(
|
||||
'announcements-card',
|
||||
require('./components/AnnouncementsCard.vue').default
|
||||
);
|
Loading…
Reference in a new issue