tianshu-components
v1.0.1
Published
A set of reusable UI components for web applications.
Maintainers
Readme
包的用途。
- web组件
安装方法。
npm i tianshu-components使用示例。
- main.js
import TianshuComponents from 'tianshu-components'
import 'tianshu-components/tianshu-components.css'
app.use(TianshuComponents)- App.vue
import {TianshuBugs} from "tianshu-components";
<TianshuBugs></TianshuBugs>更新日志。
- 2025-1-16 发布 1.0.0版本
