Removed vuejs from the project

This commit is contained in:
Dan Brown
2020-07-25 00:25:30 +01:00
parent 02dc3154e3
commit 2bacc3c967
6 changed files with 64 additions and 161 deletions

View File

@ -20,13 +20,6 @@ const translator = new Translations();
window.trans = translator.get.bind(translator);
window.trans_choice = translator.getPlural.bind(translator);
// Make services available to Vue instances
import Vue from "vue"
Vue.prototype.$http = httpInstance;
Vue.prototype.$events = eventManager;
// Load Vues and components
import vues from "./vues/vues"
// Load Components
import components from "./components"
vues();
components();