Remove useless slot.
--- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Mon Feb 20 23:54:09 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Mon Feb 20 23:56:15 2017 +0100
@@ -5,8 +5,6 @@
v-bind:class="{ 'cut-canvas': true, 'canvas--rect': mode === 'rect', 'canvas--free': mode === 'free' }"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<image ref="image" v-if="loaded" xmlns:xlink="http://www.w3.org/1999/xlink" v-bind:xlink:href="image" x="0" y="0" />
- <!-- This slot may contain annotation data -->
- <slot></slot>
<shape-rect ref="rect" v-show="loaded && mode == 'rect'"
v-bind:paper="paper" v-bind:original-annotation="annotation"></shape-rect>
<shape-free ref="free" v-show="loaded && mode == 'free'"