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

3.6.0 • Public • Published

修改element源码自用

Install

npm install salus-ui -S

Quick Start

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

Vue.use(Element)

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

Readme

Keywords

Package Sidebar

Install

npm i salus-ui

Weekly Downloads

1

Version

3.6.0

License

MIT

Unpacked Size

6.47 MB

Total Files

997

Last publish

Collaborators

  • qianliyun