| changeset 418 | a04c55054afe |
| parent 323 | 55c024fc7c60 |
| child 520 | d1e231a045ac |
--- a/src_js/iconolab-bundle/src/main.js Thu Mar 09 12:39:36 2017 +0100 +++ b/src_js/iconolab-bundle/src/main.js Mon Mar 13 18:48:35 2017 +0100 @@ -34,8 +34,8 @@ Vue.component('color-buttons', ColorButtons); Vue.component('image-annotator', Editor.Canvas); -Vue.component('annotation', Editor.Annotation); Vue.component('annotation-form', Editor.AnnotationForm); +Vue.component('annotation-list', Editor.AnnotationList); Vue.component('comment-list', Editor.CommentList); if (!window.iconolab) {