merge junjie_dev into master
chore: 修改devui引入方式 Created-by: user8949 Commit-by: @user8949 Merged-by: user8949 Description: chore: 修改devui引入方式 See merge request: hk_openRepo/OpenRepo_Portal!2
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import 'normalize.css/normalize.css';
|
||||
|
||||
import { createApp } from 'vue';
|
||||
import DevUI from 'vue-devui';
|
||||
import { createPinia } from 'pinia';
|
||||
import GlobalComponents from '@/components';
|
||||
import GlobalDirectives from '@/directives';
|
||||
|
||||
import App from './App.vue';
|
||||
import { router, injectRouter } from '@/router';
|
||||
|
||||
@@ -181,9 +181,9 @@ Sentry.init({
|
||||
replaysSessionSampleRate: 0,
|
||||
replaysOnErrorSampleRate: 0
|
||||
});
|
||||
|
||||
app.use(Icon);
|
||||
app.use(dInput);
|
||||
app.use(DevUI);
|
||||
app.component('gc-checkbox-group', DCheckboxGroup);
|
||||
app.component('gc-checkbox', DCheckbox);
|
||||
app.component('gc-option', Option);
|
||||
|
||||
Reference in New Issue
Block a user