feat: editor-code component
This commit is contained in:
15
client/js/components/editor.vue
Normal file
15
client/js/components/editor.vue
Normal 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>
|
||||
Reference in New Issue
Block a user