feat: editor-modal-document UI

This commit is contained in:
NGPixel
2018-02-17 22:18:37 -05:00
parent c9b6d0ee36
commit f27c1e86b1
5 changed files with 66 additions and 27 deletions

View File

@@ -13,7 +13,7 @@ import { ApolloLink } from 'apollo-link'
import { createApolloFetch } from 'apollo-fetch'
import { BatchHttpLink } from 'apollo-link-batch-http'
import { InMemoryCache } from 'apollo-cache-inmemory'
import { Vuetify, VApp, VBtn, VIcon, VList, VMenu, VSpeedDial, VTooltip } from 'vuetify'
import Vuetify from 'vuetify'
import Hammer from 'hammerjs'
import store from './store'
@@ -93,17 +93,7 @@ Vue.use(VeeValidate, {
dirty: 'is-dirty' // control has been interacted with
}
})
Vue.use(Vuetify, {
components: {
VApp,
VBtn,
VIcon,
VList,
VMenu,
VSpeedDial,
VTooltip
}
})
Vue.use(Vuetify)
// ====================================
// Register Vue Components