wiki/client/js/components/editor.vue

16 lines
221 B
Vue
Raw Normal View History

2018-02-10 23:20:17 -06:00
<template lang="pug">
editor-code
</template>
<script>
export default {
components: {
editorCode: () => import(/* webpackChunkName: "editor" */ './editor-code.vue')
}
}
</script>
<style lang='scss'>
</style>