Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
unbreak the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Jul 22, 2020
1 parent ebd69af commit fe99335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// ----------------------------------------------------------------------------

import Vue from 'vue'
//import VueRouter from 'vue-router'
import VueRouter from 'vue-router'
import App from './App.vue'

// Global services
Expand All @@ -28,6 +28,7 @@ Vue.component('fa', FontAwesomeIcon)

// And client side routes (held in router.js)
import router from './router'
Vue.use(VueRouter)

// Let's go!
appStartup()
Expand Down

0 comments on commit fe99335

Please sign in to comment.