Go to file
morning fff4d62567
Dialog: add opened event (#12828)
* Dialog: add opened event

* Docs: update es dialog doc

* Update dialog.md
2018-09-20 11:16:22 +08:00
.github Chore: retire lerna and remove redundant files (#11493) 2018-06-05 19:27:13 +08:00
build Chore: optimize entry script (#12192) 2018-08-01 11:50:01 +08:00
examples Dialog: add opened event (#12828) 2018-09-20 11:16:22 +08:00
packages Dialog: add opened event (#12828) 2018-09-20 11:16:22 +08:00
src [build] 2.4.7 2018-09-14 14:47:07 +08:00
test/unit Dialog: add opened event (#12828) 2018-09-20 11:16:22 +08:00
types Input: fix autocomplete property is not compatible with native #12513 (#12514) 2018-08-28 15:44:21 +08:00
.babelrc
.eslintignore Chore: eslint ignore font files (#11696) 2018-06-25 16:35:58 +08:00
.eslintrc
.gitattributes
.gitignore
.travis.yml
CHANGELOG.en-US.md Changelog: update for 2.4.7 (#12765) 2018-09-14 14:31:40 +08:00
CHANGELOG.es.md docs: update Spanish doc for 2.4.7 (#12770) 2018-09-14 19:18:50 +08:00
CHANGELOG.zh-CN.md Changelog: update for 2.4.7 (#12765) 2018-09-14 14:31:40 +08:00
FAQ.md
LICENSE Chore: update license year (#12419) 2018-08-22 11:16:47 +08:00
Makefile Chore: retire lerna and remove redundant files (#11493) 2018-06-05 19:27:13 +08:00
README.md Chore: update donation qrcode (#12553) 2018-08-30 14:45:15 +08:00
components.json
element_logo.svg
package.json [release] 2.4.7 2018-09-14 14:47:08 +08:00
postcss.config.js Chore: convert build system to webpack (#11216) 2018-05-21 15:26:46 +08:00
yarn.lock Chore: update yarn.lock (#11539) 2018-06-08 12:38:56 +08:00

README.md


Special thanks to the generous sponsorship by:

A Vue.js 2.0 UI Toolkit for Web.

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) 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) 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:

Donation

If you find Element useful, you can buy us a cup of coffee

donation

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

LICENSE

MIT