0.0.15 • Published 3 years ago

trs-element-ui v0.0.15

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

A Vue.js 2.0 UI Toolkit for Web.

安装

npm install trs-element-ui -S

快速启动

import Vue from 'vue'
import TrsElement from 'trs-element-ui'

Vue.use(TrsElement)

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

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

浏览器支持

主流浏览器 和 IE 10+。

说明文档

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago