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

@@ -46,7 +46,6 @@
"raw-loader": "^4.0.2",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"uuid": "^9.0.0",
"vue": "^2.6.14",
"vue-data-tables": "^3.4.5",
"vue-i18n": "^8.28.2",