Không có mô tả

zhangyuhan deb1819a75 Merge branch 'master' of zhangyuhan/element-ui into master 11 tháng trước cách đây
.github fa76e11cda Chore: fix CI (#21461) 3 năm trước cách đây
build a2ef0d62c7 chore: add launch-editor-middleware (#21901) 3 năm trước cách đây
examples 248e48b28a feat: [DatePicker] 新增label 快捷选择支持 11 tháng trước cách đây
packages 248e48b28a feat: [DatePicker] 新增label 快捷选择支持 11 tháng trước cách đây
src 248e48b28a feat: [DatePicker] 新增label 快捷选择支持 11 tháng trước cách đây
test 6ae261d840 Form: validate method reject error info (#21374) 3 năm trước cách đây
types c51d2deac2 Descriptions: fix type declaration (#21265) 4 năm trước cách đây
.babelrc 787c27c8d9 Build: Fix babel config issue which lead to collapse transition broken 6 năm trước cách đây
.eslintignore 8f9986f83c Chore: eslint ignore font files (#11696) 7 năm trước cách đây
.eslintrc f29f49a17d Chore: Theme Extension (#16686) 6 năm trước cách đây
.gitattributes 202a77abc1 DatePicker: fix trigger multiple watch, fixed #597 8 năm trước cách đây
.gitignore 958efaefc3 I18n: French translation (#12153) 6 năm trước cách đây
.travis.yml 9c7fcf30f2 chore: update test deps and conf (#14735) 6 năm trước cách đây
CHANGELOG.en-US.md 2d267a19d2 chore: add changelog (#21903) 3 năm trước cách đây
CHANGELOG.es.md 2d267a19d2 chore: add changelog (#21903) 3 năm trước cách đây
CHANGELOG.fr-FR.md 2d267a19d2 chore: add changelog (#21903) 3 năm trước cách đây
CHANGELOG.zh-CN.md 2d267a19d2 chore: add changelog (#21903) 3 năm trước cách đây
FAQ.md b7d6579aca Changelog: update for 2.0.6 7 năm trước cách đây
LICENSE 926bd90d11 Chore: update license year (#12419) 7 năm trước cách đây
Makefile 465dcf2a19 Chore: retire lerna and remove redundant files (#11493) 7 năm trước cách đây
README.md 248e48b28a feat: [DatePicker] 新增label 快捷选择支持 11 tháng trước cách đây
components.json 09e789bad2 Result: add result component (#21171) 4 năm trước cách đây
element_logo.svg 0d6ef8255c add logo 8 năm trước cách đây
package.json 3514dfe4e4 chore: v2.15.18-rc 11 tháng trước cách đây
yarn.lock 248e48b28a feat: [DatePicker] 新增label 快捷选择支持 11 tháng trước cách đây

README.md


@2.15.17-rc 剑鱼内网版本 element-ui

Q:有什么不同?

A: 因为当前2.x版本已经不是主要维护版本,pr的响应和合并不可预知,因此采用内网版本。

内网版本变更记录:

v.2.15.18-rc

  1. 2.15.9 -> 2.15.14 pr bug 合并
  2. 支持 date-picker daterange 范围选择中年、月标签快捷选择年月,新增 props range-label-click 控制,默认启用。

v.2.15.16-rc

  1. node-sass 替换为 sass
  2. shadow dom scrollTop等属性获取兼容
  3. popover、date-picker 系列组件的 shadow dom 事件兼容
  4. 分页样式定制

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

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