VitorLuizC / vue-uuid

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

Vue 3 compatibility #12

Closed mihaileu closed 2 years ago

mihaileu commented 3 years ago

Is there any pan to make this component available for vue 3 ?

SlyDave commented 3 years ago

A change of dep requirement is not the only change that is needed to make this vue3 compat.

This package produces the following warning: [Vue warn]: (deprecation GLOBAL_PROTOTYPE) Vue.prototype is no longer available in Vue 3. Use app.config.globalProperties instead.

romain130492 commented 3 years ago

any news?

MartinX3 commented 2 years ago

Use https://github.com/uuidjs/uuid

VitorLuizC commented 2 years ago

I have been working with ReactJS and other tools for the last few years, so I'm sorry for not been actively maintaining this package. In the next few days, I'll make a new release to support Vue 3.

VitorLuizC commented 2 years ago

https://github.com/VitorLuizC/vue-uuid/releases/tag/v3.0.0