Skip to content

Commit

Permalink
修复样式
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-xin committed Dec 17, 2022
1 parent 60a2935 commit f70c937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as ElementPlusIconsVue from '@element-plus/icons-vue';
import App from './App.vue';
import router from './router';
import { usePermissStore } from './store/permiss';
import 'element-plus/dist/index.css';
import './assets/css/icon.css';

const app = createApp(App);
Expand Down

1 comment on commit f70c937

@1399194670
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有点不明白这里要引入组件样式,用了按需倒入也会引入一次样式,两次样式有重复,望作者能解答一下

Please sign in to comment.