Go to file
dying318 2a4d6d82d3
优化iframe中使用element,图片预览鼠标拖动到iframe之外释放,监听事件不能被注销
优化iframe中使用element,图片预览鼠标点击图片拖动到iframe之外释放鼠标,监听事件不能被注销,导致图片始终跟随鼠标无法取消。当前优化可以保证再次点击图片之后可以让图片不再跟随鼠标。
2021-05-15 17:19:26 +08:00
.github chore: update issue template (#20588) 2020-12-19 01:40:41 +08:00
build feat: add change log 2.15.0 (#20692) 2021-01-15 19:58:14 +08:00
examples chore: remove getTestEle (#20811) 2021-03-19 16:32:20 +08:00
packages 优化iframe中使用element,图片预览鼠标拖动到iframe之外释放,监听事件不能被注销 2021-05-15 17:19:26 +08:00
src fix: update isFunction (#20912) 2021-04-08 17:13:39 +08:00
test Image: preview optimization (#20652) 2021-01-15 16:49:44 +08:00
types Progress: add strokeLinecap prop (#17552) 2019-10-31 15:08:07 +08:00
.babelrc
.eslintignore
.eslintrc Chore: Theme Extension (#16686) 2019-08-09 17:53:49 +08:00
.gitattributes
.gitignore
.travis.yml
CHANGELOG.en-US.md docs: add change log (#20798) 2021-02-23 20:06:58 +08:00
CHANGELOG.es.md docs: add change log (#20798) 2021-02-23 20:06:58 +08:00
CHANGELOG.fr-FR.md docs: add change log (#20798) 2021-02-23 20:06:58 +08:00
CHANGELOG.zh-CN.md docs: add change log (#20798) 2021-02-23 20:06:58 +08:00
FAQ.md
LICENSE
Makefile
README.md chore: update sponsor (#20425) 2020-11-11 16:47:28 +08:00
components.json Popconfirm: Add popconfirm component (#17548) 2019-10-31 15:05:41 +08:00
element_logo.svg
package.json [release] 2.15.1 2021-02-23 20:13:54 +08:00
yarn.lock Chore(deps): Bump mixin-deep from 1.3.1 to 1.3.2 (#17211) 2019-08-29 11:24:55 +08:00

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

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