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

1.3.9 • Public • Published

element-ui二开版,仅供内部使用,其他慎用

Element will stay with Vue 2.x

Links

Install

npm install wp-element-ui -S

Quick Start

import Vue from 'vue'
import Element from 'wp-element-ui'

Vue.use(Element)

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

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

Browser Support

Modern browsers and Internet Explorer 10+.

/wp-element-ui/

    Package Sidebar

    Install

    npm i wp-element-ui

    Weekly Downloads

    0

    Version

    1.3.9

    License

    MIT

    Unpacked Size

    10.1 MB

    Total Files

    1080

    Last publish

    Collaborators

    • zj-elegant