src_js/iconolab-bundle/src/main.js
changeset 323 55c024fc7c60
parent 321 f8ee375445e6
child 418 a04c55054afe
equal deleted inserted replaced
322:1da12bcb9894 323:55c024fc7c60
    33 };
    33 };
    34 
    34 
    35 Vue.component('color-buttons', ColorButtons);
    35 Vue.component('color-buttons', ColorButtons);
    36 Vue.component('image-annotator', Editor.Canvas);
    36 Vue.component('image-annotator', Editor.Canvas);
    37 Vue.component('annotation', Editor.Annotation);
    37 Vue.component('annotation', Editor.Annotation);
       
    38 Vue.component('annotation-form', Editor.AnnotationForm);
       
    39 Vue.component('comment-list', Editor.CommentList);
    38 
    40 
    39 if (!window.iconolab) {
    41 if (!window.iconolab) {
    40     window.iconolab = iconolab;
    42     window.iconolab = iconolab;
    41 }
    43 }