Nav apraksta

bofeng a2ef0d62c7 chore: add launch-editor-middleware (#21901) 3 gadi atpakaļ
.github fa76e11cda Chore: fix CI (#21461) 3 gadi atpakaļ
build a2ef0d62c7 chore: add launch-editor-middleware (#21901) 3 gadi atpakaļ
examples 13ef966487 Docs: update time-picker.md (#21803) 3 gadi atpakaļ
packages 934826c177 Cascader: fix unexpected error (#21759) 3 gadi atpakaļ
src a1c673dfeb i18n: Add Swahili translation 3 gadi atpakaļ
test 6ae261d840 Form: validate method reject error info (#21374) 3 gadi atpakaļ
types c51d2deac2 Descriptions: fix type declaration (#21265) 4 gadi atpakaļ
.babelrc 787c27c8d9 Build: Fix babel config issue which lead to collapse transition broken 6 gadi atpakaļ
.eslintignore 8f9986f83c Chore: eslint ignore font files (#11696) 7 gadi atpakaļ
.eslintrc f29f49a17d Chore: Theme Extension (#16686) 6 gadi atpakaļ
.gitattributes 202a77abc1 DatePicker: fix trigger multiple watch, fixed #597 8 gadi atpakaļ
.gitignore 958efaefc3 I18n: French translation (#12153) 6 gadi atpakaļ
.travis.yml 9c7fcf30f2 chore: update test deps and conf (#14735) 6 gadi atpakaļ
CHANGELOG.en-US.md e3f54c5f74 chore: add changelog (#21792) 3 gadi atpakaļ
CHANGELOG.es.md e3f54c5f74 chore: add changelog (#21792) 3 gadi atpakaļ
CHANGELOG.fr-FR.md e3f54c5f74 chore: add changelog (#21792) 3 gadi atpakaļ
CHANGELOG.zh-CN.md e3f54c5f74 chore: add changelog (#21792) 3 gadi atpakaļ
FAQ.md b7d6579aca Changelog: update for 2.0.6 7 gadi atpakaļ
LICENSE 926bd90d11 Chore: update license year (#12419) 7 gadi atpakaļ
Makefile 465dcf2a19 Chore: retire lerna and remove redundant files (#11493) 7 gadi atpakaļ
README.md c71ab0a127 chore: update sponsor (#20425) 4 gadi atpakaļ
components.json 09e789bad2 Result: add result component (#21171) 4 gadi atpakaļ
element_logo.svg 0d6ef8255c add logo 8 gadi atpakaļ
package.json a2ef0d62c7 chore: add launch-editor-middleware (#21901) 3 gadi atpakaļ
yarn.lock a2ef0d62c7 chore: add launch-editor-middleware (#21901) 3 gadi atpakaļ

README.md


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

Links

Install

npm install element-ui -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui'

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.

Special Thanks

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

French documentation is made possible by these community developers:

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

Join Discusion Group

LICENSE

MIT