hw-ui-vue
v1.0.17
Published
hw-ui, vue3
Readme
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite.
The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
install
npm install -S hw-ui-vueuse in main.js(vue3)
file main.js
import hw_design_ui from 'hw-ui-vue';
createApp(App).use(hw_design_ui).mount('#app')
all components use eg.
<Hello msg=“hello-hw”>
<Alert title="alert"/>notice
vue3 版本大于等于3.2.25
