src_js/iconolab-bundle/src/components/editor/index.js
author ymh <ymh.work@gmail.com>
Mon, 20 Mar 2017 14:22:47 +0100
changeset 452 06444279ec37
parent 418 a04c55054afe
permissions -rw-r--r--
prepare version 0.0.23

import Canvas from './Canvas.vue'
import AnnotationForm from './AnnotationForm.vue'
import AnnotationList from './AnnotationList.vue'
import CommentList from './CommentList.vue'

export default {
    Canvas: Canvas,
    AnnotationForm: AnnotationForm,
    AnnotationList: AnnotationList,
    CommentList: CommentList,
}