tsvue-h-ui
v0.1.12
Published
## 全局引入 `import HUI from "tsvue-h-ui"` `Vue.use(HUI)`
Readme
tsvue-h-ui
全局引入
import HUI from "tsvue-h-ui"Vue.use(HUI)
或局部使用
import { HButton, HInput } from "tsvue-h-ui"<HButton color={"red"} on-click={(e)=>{console.log(e)}}>测试按钮</HButton><HInput />
