src_js/iconolab-bundle/src/components/editor/index.js
author duong tam kien <tk@deveha.com>
Tue, 28 Feb 2017 17:19:04 +0100
changeset 404 38dfe91ee69a
parent 329 3d9fc1b920ec
child 418 a04c55054afe
permissions -rw-r--r--
switches cursor to `crosshair` in free form mode

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

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