Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<canvas> end tag is missing #1

Open
yhosun opened this issue Jul 3, 2017 · 2 comments
Open

<canvas> end tag is missing #1

yhosun opened this issue Jul 3, 2017 · 2 comments

Comments

@yhosun
Copy link

yhosun commented Jul 3, 2017

Hello,

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.

@usamanoman
Copy link

Same error!

@myohmy10420
Copy link

you can just edit VueAvatar.vue file add end tag </canvas> in template, and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants