1.2.2 • Published 6 years ago

vue-dayu-ui v1.2.2

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

在element-ui基础上扩展组件,用法同element-ui

Install

npm install vue-dayu-ui -S

Quick Start

import Vue from 'vue'
import Element from 'vue-dayu-ui'

Vue.use(Element)

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

LICENSE

MIT

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago