VitorLuizC / vue-uuid

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

v5() not working without additional params? #5

Closed turnitonagain closed 4 years ago

turnitonagain commented 4 years ago

Using the testcode, I can get v1() and v4() to work, but v5() raises two errors:

If I pass two parameters as above, it works. Is this something I'm doing wrong, or does the test.js code need the params added?

VitorLuizC commented 4 years ago

You're right. My README's example is wrong

VitorLuizC commented 4 years ago

Now its fixed.