src_js/iconolab-bundle/src/components/editor/index.js
author ymh <ymh.work@gmail.com>
Thu, 05 Jul 2018 15:49:26 +0200
changeset 571 7902e5bbd87f
parent 418 a04c55054afe
permissions -rw-r--r--
Added tag 0.1.5 for changeset ccb0db163d69

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,
}