UNPKG

147 BJavaScriptView Raw
1import edit from '../src/editor/editor.vue'
2import input from '../src/input/input.vue'
3
4export const components = {
5 edit: edit,
6 input: input,
7}
\No newline at end of file