1.1.4 • Published 2 years ago

th-components-ui-test v1.1.4

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

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago