miduo-element
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

内部element组件,使用的是element的2.10.0版本

npm install miduo-element -S

开始

import Vue from 'vue'
import Element from 'miduo-element'

Vue.use(Element)

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

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

补充组件

  1. colorful-tags
  2. editor
  3. gallery
  4. red-envelope

Readme

Keywords

Package Sidebar

Install

npm i miduo-element

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

15.1 MB

Total Files

949

Last publish

Collaborators

  • weixisheng