feat: admin component

This commit is contained in:
NGPixel
2018-02-28 00:54:09 -05:00
parent a4f00e795c
commit 0ccdf10c9d
11 changed files with 255 additions and 33 deletions

View File

@@ -16,8 +16,8 @@ import _ from 'lodash'
export default {
components: {
editorCode: () => import(/* webpackChunkName: "editor-code" */ './editor-code.vue'),
editorModalAccess: () => import(/* webpackChunkName: "editor-common" */ './editor-modal-access.vue'),
editorModalProperties: () => import(/* webpackChunkName: "editor-common" */ './editor-modal-properties.vue')
editorModalAccess: () => import(/* webpackChunkName: "editor" */ './editor-modal-access.vue'),
editorModalProperties: () => import(/* webpackChunkName: "editor" */ './editor-modal-properties.vue')
},
data() {
return {