0.0.5 • Published 2 years ago

hm_button v0.0.5

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

Vue 3 + Vite

vue3项目安装

import { createApp } from 'vue'

import App from './App.vue'

import hmButton from 'hm_button'

import 'hm_button/test-baseui/style.css'

let app = createApp(App)

app.use(hmButton)

组件一button

用法示例 提示

type可选参数(success/warning/default)

组件二 input

用法示例

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago