0.0.15 • Published 2 years ago

trs-element-ui v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago