摘要:
修改样式 ::v-deep .el-menu { border-bottom: 0 ; } 改成下面所示 ::v-deep(.el-menu) { border-bottom: 0 ; } ::v-deep用法 阅读全文
posted @ 2022-08-23 23:39
槑孒
阅读(464)
评论(0)
推荐(0)
摘要:
按需引入 官方文档介绍 借助 babel-plugin-component,我们可以只引入需要的组件,以达到减小项目体积的目的。 首先 安装 babel-plugin-component: npm install babel-plugin-component -D 然后 将 babel.config 阅读全文
posted @ 2022-08-23 00:31
槑孒
阅读(636)
评论(0)
推荐(0)