1.0.2 • Published 6 years ago

tuodui-element-ui v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Install

npm install tuodui-element-ui -S

Quick Start

import Vue from 'vue'
import Element from 'tuodui-element-ui'

Vue.use(Element)

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

Modification

Modified for production demands. 1. upload-list: when the file's status is uploading, that progress background is transparent, as the same time the img file is shown.(picture-card)

LICENSE

MIT