1.0.1 • Published 3 years ago

miduo-element v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

内部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