Formily Element

基于 Element UI 封装的Formily2.x组件体系

组件文档

更易用

开箱即用,案例丰富

更高效

傻瓜写法,超高性能

更专业

完备,灵活,优雅

# 安装

vue2:

$ npm install --save element-ui
$ npm install --save @formily/core @formily/vue @vue/composition-api @formily/element

main.js 中添加 element 样式

import 'element-ui/lib/theme-chalk/index.css'

# 快速开始