VitorLuizC / vue-uuid

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

Got error "Uncaught TypeError: Cannot set properties of undefined (setting '$uuid')" while trying to use package in nuxt #18

Closed Ayoazeez26 closed 2 years ago

Ayoazeez26 commented 2 years ago

I have the package installed and created a custom plugin file for it and added it to my plugins array in the nuxt.config.js file. After importing it into the component I intend to use it on I am getting an error. Screenshot from 2022-02-12 03-54-28 Hovering over the underlined part reveals "Uncaught TypeError: Cannot set properties of undefined (setting '$uuid')"

robertkabat commented 2 years ago

Did you manage to solve that issue?