You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am an error "getting tag has no matching end tag" from Webpack build because of the missing end tag in VueAvatar.vue.
./~/vue-avatar-editor/src/components/VueAvatar.vue
(Emitted value instead of an instance of Error)
Error compiling template:
<canvas :width="canvasWidth" :height="canvasHeight" ref="canvas" @dragover.prevent @drop="onDrop" @mousedown="onDragStart" @mouseup="onDragEnd" @mousemove="onMouseMove" @click="clicked" v-bind:class="cursor">
<input type="file" id='ab-1' @change="fileSelected" style="display:none;">
- tag <canvas> has no matching end tag.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I am an error "getting tag has no matching end tag" from Webpack build because of the missing end tag in VueAvatar.vue.
Thanks.
The text was updated successfully, but these errors were encountered: