From fe3ed4a9b370200a5441f320db6cb72b097b1076 Mon Sep 17 00:00:00 2001 From: Kloon ImKloon Date: Mon, 4 Sep 2023 12:17:07 +0200 Subject: [PATCH] Bump compatConfig to Vue3 mode --- frontend/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 19d03c39..fc366c6e 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -10,7 +10,7 @@ const plugins = [ template: { compilerOptions: { compatConfig: { - MODE: 2, + MODE: 3, }, }, },