feat: editor preview scroll sync + preview styling fixes

This commit is contained in:
NGPixel
2018-02-25 15:54:35 -05:00
parent 6eb290781d
commit a30b749bd0
6 changed files with 95 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ import { createApolloFetch } from 'apollo-fetch'
import { BatchHttpLink } from 'apollo-link-batch-http'
import { InMemoryCache } from 'apollo-cache-inmemory'
import Vuetify from 'vuetify'
import Velocity from 'velocity-animate'
import Hammer from 'hammerjs'
import store from './store'
@@ -95,6 +96,8 @@ Vue.use(VeeValidate, {
})
Vue.use(Vuetify)
Vue.prototype.Velocity = Velocity
// ====================================
// Register Vue Components
// ====================================