chore: format code

This commit is contained in:
vben
2024-06-08 19:49:06 +08:00
parent d584d4cf4e
commit 7bcd7746ca
187 changed files with 775 additions and 587 deletions

View File

@@ -1,10 +1,10 @@
import '@vben/styles';
import { createApp } from 'vue';
import { setupI18n } from '@vben/locales';
import '@vben/styles';
import { preferences } from '@vben-core/preferences';
import { setupStore } from '@/store';
import { setupI18n } from '@vben/locales';
import { createApp } from 'vue';
import App from './app.vue';
import { router } from './router';