wikijs-fork/client/js/components/editor.vue

16 lines
221 B
Vue
Raw Normal View History

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