照明控制面板
This commit is contained in:
@@ -5,6 +5,8 @@ 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({
|
||||
@@ -12,4 +14,5 @@ saasInit({
|
||||
apiModule,
|
||||
appConfig,
|
||||
});
|
||||
app.use(ElementPlus)
|
||||
app.mount('#app');
|
||||
|
Reference in New Issue
Block a user