0.0.15 • Published 4 years ago

dpm-element-ui v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

基于ElementUI改造的支持中国汽研数据平台UI组件.

Install

npm install dpm-element-ui

Quick Start

import Vue from 'vue'
import ElementUI from 'dpm-element-ui';
import 'dpm-element-ui/lib/theme-chalk/index.css';

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Changelog

FAQ

Contribution

Special Thanks

Join Discussion Group

LICENSE

0.0.14

4 years ago

0.0.15

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago