From ef160cc70b53eda584d85726c3287fcff5087fbc Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Wed, 25 Jun 2025 22:17:29 +0800 Subject: [PATCH] ui: remove `compositionOnly: false` Signed-off-by: Jianhui Zhao --- ui/vite.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/vite.config.js b/ui/vite.config.js index e12a6ad..146ef2c 100644 --- a/ui/vite.config.js +++ b/ui/vite.config.js @@ -15,9 +15,7 @@ export default defineConfig({ threshold: 10240, filename: '[path][base]' }), - vueI18n({ - compositionOnly: false - }) + vueI18n() ], server: { proxy: {