Sen descrición

qige2016 318e89b40a Spinner: add spinner.d.ts (#21090) %!s(int64=4) %!d(string=hai) anos
.github 3ceec7aa6a chore: update issue template (#20588) %!s(int64=4) %!d(string=hai) anos
build 9eb0a3d55a feat: add change log 2.15.0 (#20692) %!s(int64=4) %!d(string=hai) anos
examples d0b3454032 Empty: add empty component (#21080) %!s(int64=4) %!d(string=hai) anos
packages d0b3454032 Empty: add empty component (#21080) %!s(int64=4) %!d(string=hai) anos
src d0b3454032 Empty: add empty component (#21080) %!s(int64=4) %!d(string=hai) anos
test d0b3454032 Empty: add empty component (#21080) %!s(int64=4) %!d(string=hai) anos
types 318e89b40a Spinner: add spinner.d.ts (#21090) %!s(int64=4) %!d(string=hai) anos
.babelrc 787c27c8d9 Build: Fix babel config issue which lead to collapse transition broken %!s(int64=6) %!d(string=hai) anos
.eslintignore 8f9986f83c Chore: eslint ignore font files (#11696) %!s(int64=7) %!d(string=hai) anos
.eslintrc f29f49a17d Chore: Theme Extension (#16686) %!s(int64=6) %!d(string=hai) anos
.gitattributes 202a77abc1 DatePicker: fix trigger multiple watch, fixed #597 %!s(int64=8) %!d(string=hai) anos
.gitignore 958efaefc3 I18n: French translation (#12153) %!s(int64=6) %!d(string=hai) anos
.travis.yml 9c7fcf30f2 chore: update test deps and conf (#14735) %!s(int64=6) %!d(string=hai) anos
CHANGELOG.en-US.md d0194e1e2f feat: add change log (#21032) %!s(int64=4) %!d(string=hai) anos
CHANGELOG.es.md d0194e1e2f feat: add change log (#21032) %!s(int64=4) %!d(string=hai) anos
CHANGELOG.fr-FR.md d0194e1e2f feat: add change log (#21032) %!s(int64=4) %!d(string=hai) anos
CHANGELOG.zh-CN.md d0194e1e2f feat: add change log (#21032) %!s(int64=4) %!d(string=hai) anos
FAQ.md b7d6579aca Changelog: update for 2.0.6 %!s(int64=7) %!d(string=hai) anos
LICENSE 926bd90d11 Chore: update license year (#12419) %!s(int64=7) %!d(string=hai) anos
Makefile 465dcf2a19 Chore: retire lerna and remove redundant files (#11493) %!s(int64=7) %!d(string=hai) anos
README.md c71ab0a127 chore: update sponsor (#20425) %!s(int64=4) %!d(string=hai) anos
components.json d0b3454032 Empty: add empty component (#21080) %!s(int64=4) %!d(string=hai) anos
element_logo.svg 0d6ef8255c add logo %!s(int64=8) %!d(string=hai) anos
package.json 29268a3d4a [release] 2.15.2 %!s(int64=4) %!d(string=hai) anos
yarn.lock f7e3103513 Chore(deps): Bump mixin-deep from 1.3.1 to 1.3.2 (#17211) %!s(int64=6) %!d(string=hai) anos

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