ui: remove compositionOnly: false

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-06-25 22:17:29 +08:00
parent a7db997ea7
commit ef160cc70b
+1 -3
View File
@@ -15,9 +15,7 @@ export default defineConfig({
threshold: 10240,
filename: '[path][base]'
}),
vueI18n({
compositionOnly: false
})
vueI18n()
],
server: {
proxy: {