fix: element-plus styles (#4203)

closes #4201
This commit is contained in:
Li Kui
2024-08-20 21:53:09 +08:00
committed by GitHub
parent 5962804f92
commit fecf55139d
4 changed files with 44 additions and 24 deletions

View File

@@ -3,6 +3,7 @@ import { createApp } from 'vue';
import { registerAccessDirective } from '@vben/access';
import { initStores } from '@vben/stores';
import '@vben/styles';
import '@vben/styles/ele';
import { setupI18n } from '#/locales';