删除:移除扩展默认主题的Copyright组件,官方已经调整了footer配置的渲染,该组件的意义也就不存在了
This commit is contained in:
@@ -3,11 +3,6 @@ import MyLayout from "./components/MyLayout.vue"
|
||||
import ElementPlus from 'element-plus'
|
||||
import "element-plus/dist/index.css"
|
||||
import * as ElIcons from '@element-plus/icons-vue'
|
||||
import Antd from 'ant-design-vue'
|
||||
import 'ant-design-vue/dist/antd.css'
|
||||
import * as AntdIcons from '@ant-design/icons-vue'
|
||||
|
||||
|
||||
import './custom.css'
|
||||
|
||||
export default {
|
||||
@@ -20,12 +15,5 @@ export default {
|
||||
}
|
||||
// 全局注册ElementPlus
|
||||
app.use(ElementPlus)
|
||||
|
||||
// 全局注册Ant Design of Vue的所有图标
|
||||
for (const [key, antdIcon] of Object.entries(AntdIcons)) {
|
||||
app.component(key, antdIcon)
|
||||
}
|
||||
// 全局注册Ant Design of Vue
|
||||
app.use(Antd)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user