1.2.2 • Published 5 years ago

vue-dayu-ui v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago