VitorLuizC / vue-uuid

Add UUID to Vue instance.
MIT License
73 stars 7 forks source link

Confused at the readme.md's suggestion to use 'use'. #25

Open Gazoo101 opened 1 year ago

Gazoo101 commented 1 year ago

Thanks for the work on an awesome Vue package!

The project's readme.md file denotes:

Vue's use method will do the trick adding to Vue.

Yet, the example code below distinctly doesn't actually use Vue's use method. Is there a way to use the use method to include this package?

VitorLuizC commented 1 year ago

That's clearly wrong, probably outdated and related to Vue 2. I'll fix it.

Gattermeier commented 7 months ago

Please do ;)