An extension package based on
An element-ui based extension package. We extend some components, such as Table, Menu, Form, etc., to enrich their features and functions, such as dynamically rendered forms and menus, draggable tables, and more. At the same time, we have added some common components and scenarios, such as tree selectors, to provide a fast solution.
From el-form-renderer
to element-patch
, el-form-renderer
has become a historically independent branch that will no longer be maintained separately. You can click here to see how to migration from el-form-renderer.
// Step1: Install // Make sure you have properly installed element-ui and used it correctly. yarn add element-patch // Step2 import ElementPatch from 'element-patch' import 'element-patch/index.css' Vue.use(ElementPatch) Features Dynamically rendered Form Dynamically rendered Menus Draggable Table Table supporting pagination Menu that supports permission control Tree selector Tag selector ...
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。