feat:照明
This commit is contained in:
@@ -5,8 +5,6 @@ import { apiModule } from '/@/api';
|
||||
import { appConfig } from '/@/config';
|
||||
import './theme/global.less';
|
||||
import { LeftOutlined } from '@ant-design/icons-vue';
|
||||
// import ElementPlus from 'element-plus'
|
||||
// import 'element-plus/dist/index.css'
|
||||
const app = createApp(App);
|
||||
app.component('LeftOutlined', LeftOutlined);
|
||||
saasInit({
|
||||
@@ -14,5 +12,4 @@ saasInit({
|
||||
apiModule,
|
||||
appConfig,
|
||||
});
|
||||
// app.use(ElementPlus)
|
||||
app.mount('#app');
|
||||
|
Reference in New Issue
Block a user