mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-04-23 10:44:25 +08:00
feat(projects): add example for pro-naive-ui.
This commit is contained in:
11
src/main.ts
11
src/main.ts
@@ -1,6 +1,13 @@
|
||||
import { createApp } from 'vue';
|
||||
import './plugins/assets';
|
||||
import { setupAppVersionNotification, setupDayjs, setupIconifyOffline, setupLoading, setupNProgress } from './plugins';
|
||||
import {
|
||||
setupAppVersionNotification,
|
||||
setupDayjs,
|
||||
setupIconifyOffline,
|
||||
setupLoading,
|
||||
setupNProgress,
|
||||
setupProNaiveComponents
|
||||
} from './plugins';
|
||||
import { setupStore } from './store';
|
||||
import { setupRouter } from './router';
|
||||
import { setupI18n } from './locales';
|
||||
@@ -21,6 +28,8 @@ async function setupApp() {
|
||||
|
||||
await setupRouter(app);
|
||||
|
||||
setupProNaiveComponents(app);
|
||||
|
||||
setupI18n(app);
|
||||
|
||||
setupAppVersionNotification();
|
||||
|
||||
Reference in New Issue
Block a user