Added compact sidebar. Added tag sections and posters.

This commit is contained in:
2020-03-25 02:48:54 +01:00
parent d724f96728
commit 15a386ad05
48 changed files with 466 additions and 119 deletions

5
assets/js/event-bus.js Normal file
View File

@@ -0,0 +1,5 @@
import Vue from 'vue';
const EventBus = new Vue();
export default EventBus;