0.0.15 • Published 3 years ago

dpm-element-ui v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.15

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago