From d83886104235264e83df6463cba2cba812daafbd Mon Sep 17 00:00:00 2001 From: hexiaonan-800 Date: Fri, 11 Sep 2026 18:24:25 +0800 Subject: [PATCH] fix: Replace randomUUID with uuidv4 --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index e905d91b632..b170ede0035 100644 --- a/ui/package.json +++ b/ui/package.json @@ -47,6 +47,7 @@ "pinia": "^3.0.4", "prettier": "3.8.4", "screenfull": "^6.0.2", + "uuid": "^14.0.2", "vue": "^3.5.38", "vue-codemirror": "^6.1.1", "vue-demi": "^0.14.10",