mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-16 06:13:33 -06:00
add CharacterList to Episode 'description', improve Search Results with result Highlighting (messy), attempts at route #hash scene/quote scrolling
This commit is contained in:
@@ -2,9 +2,11 @@ import 'bootstrap/dist/css/bootstrap.css';
|
||||
import Vue from 'vue';
|
||||
import BootstrapVue from 'bootstrap-vue';
|
||||
import InstantSearch from 'vue-instantsearch';
|
||||
import VueScrollTo from 'vue-scrollto';
|
||||
import App from './App.vue';
|
||||
import router from './router';
|
||||
|
||||
Vue.use(VueScrollTo);
|
||||
Vue.use(BootstrapVue);
|
||||
Vue.use(InstantSearch);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user