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:
Gizmo
2023-07-19 07:09:14 +08:00
committed by GitHub
parent 73247f6e25
commit 0817a1358f
4 changed files with 2 additions and 21 deletions

View File

@@ -11,8 +11,7 @@ module.exports = {
'noty',
'vue',
'vue-data-tables',
'vue-lazyload',
'uuid'
'vue-lazyload'
],
app: {
import: ['./src/app.js', './src/app.scss'],