vue3修改elementui-plus的默认样式的几种方法 分类:vue,Vue3 铁打的代码流水的bug 粉丝-2关注 -20 +加关注 0 0 升级成为会员
import App from './App.vue' import ElementPlus from 'element-plus' import { ElTable, ElTableColumn } from 'element-plus' // 获取组件的props const TableProps = Table.props const TableColumnProps = TableColumn.props // 修改默认props // 全局el-table设置 TableProps.border = { type: Boolean...