celemui v2.0.2
项目介绍
1.当前这个项目是是element ui 2.15.10 版本的 源码 继续进行二次改造,并且更改了包名上传到个人的npm 上 2.上传的npm 包名是 celemui ,npm 上的连接:https://www.npmjs.com/package/celemui
版本变更介绍
1、初始版本2.0.1
1.修改级联组件的多选回显问题,cy 设置,可以实现父级别设置后子级别也能够回显选中效果 2.
2、V 2.0.2
1.修改README 文件的介绍 2.修改git 地址
A Vue.js 2.0 UI Toolkit for Web.
Element will stay with Vue 2.x
For Vue 3.0, we recommend using Element Plus from the same team (Element Plus is a community develop project)
Links
- Homepage and documentation
- awesome-element
- FAQ
- Vue.js 3.0 migration
- Customize theme
- Preview and generate theme online
- Element for React
- Element for Angular
- Atom helper
- Visual Studio Code helper
- Starter kit
- Design resources
- Gitter
Install
npm install celemui -S
Quick Start
import Vue from 'vue'
import Element from 'celemui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'celemui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Browser Support
Modern browsers and Internet Explorer 10+.
Development
Skip this part if you just want to use Element.
For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.
Changelog
Detailed changes for each release are documented in the release notes.
FAQ
We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.
Contribution
Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.