ProTable 组件内部暴露了 el-table DOM,可通过 proTable.value.element.方法名 调用其方法。 <template> <el-table ref="tableRef" v-bind="$attrs" > </el-table> </template> <script setup lang="ts" name="ProTable"> import { ref } from "vue"; import { ElTable } from "element-plus"; ...
{"id":"@element-plus-ui/pro-table","moduleParts":{},"imported":[],"importedBy":[{"uid":"b44e27bd-0"},{"uid":"b44e27bd-2"}],"isExternal":true},"b44e27bd-13":{"id":"@element-plus-ui/pro-text","moduleParts":{},"imported":[],"importedBy":[{"uid":"b44e27bd-0"}...
需求: 切换分页或者根据筛选条件过滤后 选中项依然保持选中状态 代码: <el-row class="pro-list-container"> <el-table :data="productAttrs" ref="multiple
约定:npm包名vue3-el-pro-table,引用vue3-el-pro-table的包名为“本项目”。 声明:Vue3ProTable.vue代码是在这个项目的基础上进行修改的。 作者:hans774882968以及hans774882968以及hans774882968 Quick Start yarn add vue3-el-pro-table src/main.ts ...
ProForm 通用型表单组件,自身挂载了表单项组件及以下布局组件 ProSearchBar 搜索栏表单组件,配合其它组件单独使用,如:table ProStepsForm 分布式表单组件,一般在数据量比较多的情况下使用 ProDialogForm 组合了 ElDialog 和ProForm 组件,可通过 trigger 来控制显隐, 减少繁琐的状态管理 ProDrawerForm 组合了 ElDrawer ...
提交 .husky chore: 🔨 增加 Git 提交规范 2年前 .vscode feat: 🚀 refactoring menu search components 4个月前 build feat: 🚀 add codeInspectorPlugin to locate source code plugins 1个月前 public feat: 🚀 optimize code and add VitePWA ...
Geeker-Admin 一款基于 Vue3.3、TypeScript、Vite5、Pinia、Element-Plus 开源的后台管理框架,使用目前最新技术栈开发。项目提供强大的 ProTable 组件,在一定程度上提高您的开发效率。另外本项目还封装了一些常用组件、Hooks、指令、动态路由、按钮级别权限控制等功能。 React 版本 🔥 有需要请加底部微信了解、购买 ...
@beck-zgh/element-plus是基于element-plus二次封装的业务组件库 生产依赖 element-plus vxe-table 使用示例 安装 pnpm install @beck-zgh/element-plus 使用 // main.tsimportSdElementPlusfrom'@beck-zgh/element-plus'import'@beck-zgh/element-plus/src/theme-chalk/index.scss'importAppfrom'./App.vue'const...
使用vue3.0初始化项目化,在选择组件库上纠结用 element-plus 还是 Ant Design Vue,故做了如下对比(同时加进了 view-design vue2.0做对比):
element-pro-components 是一个基于 element-plus, vue, vue-router 的一个适用于中后台快速开发的一套组件库 起因 之前我根据业务需求维护一套后台模版,同时存在多个项目 clone 这个模版项目。但随着时间的推移模版项目的变动同步到各个项目变得麻烦,于是就开始制作这个组件库 优势 通过更新依赖版本及可同步组件变动,...