Go to file
Jiewei Qian 9738054dd4 DatePicker: optimize code, fix #12980, follow up #8156 (#13374)
* date-table: simplify implementation, fix #12980

* date-table: remove rangeState's row and column

* date-table: fix disabled cell highlight

this is a regression introduced in pr #8156, which allows disabled date to be
highlighted.

Also simplifies handleClick's implementation to avoid DOM operations.
2018-11-12 19:19:58 +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 Alter: title is not a required prop (#13360) 2018-11-09 12:01:35 +08:00
packages DatePicker: optimize code, fix #12980, follow up #8156 (#13374) 2018-11-12 19:19:58 +08:00
src i18n: add Basque translation (#13239) 2018-10-31 16:41:35 +08:00
test/unit Tree: add currentNodeKey property declaration and fix test for currentNodeKey (#13197) 2018-11-08 19:28:24 +08:00
types Tree: add iconClass attribute (#13337) 2018-11-07 19:06:36 +08:00
.babelrc fix salad config 2016-11-13 22:08:38 +08:00
.eslintignore Chore: eslint ignore font files (#11696) 2018-06-25 16:35:58 +08:00
.eslintrc chore: update ESLint (#9124) 2018-01-05 16:53:02 +08:00
.gitattributes DatePicker: fix trigger multiple watch, fixed #597 2016-10-24 11:33:48 +08:00
.gitignore DatePicker: support multiple dates selection (#10650) 2018-04-17 14:09:43 +08:00
.travis.yml Chore: specify travis Node.js versions (#13241) 2018-10-31 12:06:11 +08:00
CHANGELOG.en-US.md changelog for 2.4.9 (#13182) 2018-10-26 19:09:34 +08:00
CHANGELOG.es.md docs: Spanish Doc Update 2.4.9 (#13184) 2018-10-31 16:31:29 +08:00
CHANGELOG.zh-CN.md changelog for 2.4.9 (#13182) 2018-10-26 19:09:34 +08:00
FAQ.md Changelog: update for 2.0.6 2017-11-29 14:26:16 +08:00
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 add layout (#6600) 2017-08-22 12:46:22 +08:00
element_logo.svg add logo 2016-12-13 22:00:20 +08:00
package.json [release] 2.4.9 2018-10-26 19:17:23 +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