From 91291a3c1655f3da8f843f0f773bd0d8624fff86 Mon Sep 17 00:00:00 2001 From: Di Weng Date: Mon, 7 Oct 2024 23:50:21 +0800 Subject: [PATCH] Add the missing semicolon --- src/utils/mount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/mount.js b/src/utils/mount.js index 53b8a52..44fd675 100644 --- a/src/utils/mount.js +++ b/src/utils/mount.js @@ -20,7 +20,7 @@ const DEFAULT_TIMEOUT = (() => { } } return defaultValue; -})() +})(); class Mount { constructor(options = {}) {