fix: editor properties UI

This commit is contained in:
NGPixel
2018-07-15 22:40:41 -04:00
parent 760939f808
commit c7b675bb1c
8 changed files with 136 additions and 84 deletions

View File

@@ -18,6 +18,7 @@ import Velocity from 'velocity-animate'
import Hammer from 'hammerjs'
import moment from 'moment'
import VueMoment from 'vue-moment'
import VueTour from 'vue-tour'
import store from './store'
// ====================================
@@ -98,6 +99,7 @@ Vue.use(helpers)
Vue.use(VeeValidate, { events: '' })
Vue.use(Vuetify)
Vue.use(VueMoment, { moment })
Vue.use(VueTour)
Vue.prototype.Velocity = Velocity