feat: editor-code component

This commit is contained in:
NGPixel
2018-02-11 00:20:17 -05:00
parent 3471a7a6f9
commit 1a051f5569
40 changed files with 321 additions and 4501 deletions

View File

@@ -0,0 +1,15 @@
<template lang="pug">
editor-code
</template>
<script>
export default {
components: {
editorCode: () => import(/* webpackChunkName: "editor" */ './editor-code.vue')
}
}
</script>
<style lang='scss'>
</style>