DrSensor / vue-annotator

Vue Component for drawing annotation (rect, polygon, etc) using SVG element
http://vue-annotator.surge.sh
MIT License
79 stars 16 forks source link

How can I use this project ? #26

Closed WhatWhatz closed 4 years ago

WhatWhatz commented 4 years ago

Hi I m new to Vuejs and I installed the project using the npm install command. I used Vue.use(require('vue-annotator')) to add the package to my project into my main.js.

However when I use the example of the Readme I get this error: Unknown custom element: <v-annotator> - did you register the component correctly? For recursive components, make sure to provide the "name" option. why isn't Vue recognizing the component?