refactor: views consolidation + css fixes
This commit is contained in:
@@ -19,6 +19,7 @@ import Hammer from 'hammerjs'
|
||||
import moment from 'moment'
|
||||
import VueMoment from 'vue-moment'
|
||||
import VueTour from 'vue-tour'
|
||||
import VueTreeNavigation from 'vue-tree-navigation'
|
||||
import store from './store'
|
||||
|
||||
// ====================================
|
||||
@@ -100,6 +101,7 @@ Vue.use(VeeValidate, { events: '' })
|
||||
Vue.use(Vuetify)
|
||||
Vue.use(VueMoment, { moment })
|
||||
Vue.use(VueTour)
|
||||
Vue.use(VueTreeNavigation)
|
||||
|
||||
Vue.prototype.Velocity = Velocity
|
||||
|
||||
@@ -136,7 +138,7 @@ let bootstrap = () => {
|
||||
|
||||
const i18n = localization.init()
|
||||
window.WIKI = new Vue({
|
||||
el: '#app',
|
||||
el: '#root',
|
||||
components: {},
|
||||
mixins: [helpers],
|
||||
provide: apolloProvider.provide(),
|
||||
|
||||
Reference in New Issue
Block a user