1.1.4 • Published 3 years ago

th-components-ui-test v1.1.4

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

th-components-ui

一个基于 elementUI 的 UI 组件库

Usage

Using npm:

npm install element-ui -S
npm install th-components-ui --save
import Vue from "vue";

// 依赖elementUI;

import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css";
Vue.use(ElementUI);

// 全局引用
import thComponents from "th-components-ui";
import "th-components-ui/lib/th-components-ui.css";
Vue.use(thComponents);

// 按需引用
import { thButton } from "th-components-ui";
import "th-components-ui/lib/th-components-ui.css";
Vue.use(thButton);
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago