1.13.0 • Published 11 months ago

hesc-ui v1.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

A Vue.js 2.0 UI Toolkit for Web modify by Hesc.

描述

这个组件库是基于element v2.13.2 修改的,适配新套壳浏览器视频插件层级过高导致的遮挡问题,主要给所有弹出的组件套一个无用的iframe 底层,具体可查看代码实现

iframe 修改发布流程

内容添加 iframe 垫底
<iframe class="hesc-iframe" src="" frameborder="0"></iframe>

测试环境运行:npm run dev
lib 包打包: npm run dist
npm 发布: 修改版本号

Install

npm install hesc-ui -S

Quick Start

import Vue from 'vue'
import HescUI from 'hesc-ui'

Vue.use(HescUI)

// or
import {
  Select,
  Button
  // ...
} from 'hesc-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.

Let's fund issues in this repository

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:

Donation

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

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]

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

LICENSE

MIT

1.13.0

11 months ago

1.11.2

12 months ago

1.12.0

12 months ago

1.11.1

12 months ago

1.10.1

1 year ago

1.9.1

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.3.0

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago