mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
refactor: Replace UUID dependency with window.crypto.randomUUID() (#601)
Remove the UUID dependency and replaces it with the `window.crypto.randomUUID()` method. By utilizing the native browser function, we eliminate the need for an external library.
This commit is contained in:
@@ -11,8 +11,7 @@ module.exports = {
|
||||
'noty',
|
||||
'vue',
|
||||
'vue-data-tables',
|
||||
'vue-lazyload',
|
||||
'uuid'
|
||||
'vue-lazyload'
|
||||
],
|
||||
app: {
|
||||
import: ['./src/app.js', './src/app.scss'],
|
||||
|
||||
Reference in New Issue
Block a user